Queues
Ticket
Ticket Link
Ticket Message
User Group
webhooks
Ticket
Export tickets to CSV
POST
/
tickets
/
export
Copy
Ask AI
curl --request POST \
--url https://core.api.ravennahq.com/api/tickets/export \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"tableViewId": "<string>",
"filename": "<string>"
}'
Copy
Ask AI
{
"csvContent": "<string>",
"filename": "<string>",
"recordCount": 123
}
Authorizations
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://core.api.ravennahq.com/api/tickets/export \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"tableViewId": "<string>",
"filename": "<string>"
}'
Copy
Ask AI
{
"csvContent": "<string>",
"filename": "<string>",
"recordCount": 123
}
Assistant
Responses are generated using AI and may contain mistakes.