curl --request GET \
--url https://platform.thena.ai/v1/tickets/status/{id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"isDefault": true,
"teamId": "<string>",
"organizationId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"parentStatusId": "<string>"
}curl --request GET \
--url https://platform.thena.ai/v1/tickets/status/{id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"isDefault": true,
"teamId": "<string>",
"organizationId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"parentStatusId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key
Operation successful
The unique identifier of the ticket
The name of the ticket status
The display name of the ticket status
The description of the ticket status
Whether the ticket status is default
The team ID of the ticket status
The organization ID of the ticket status
The created date of the ticket status
The updated date of the ticket status
The parent status ID of the ticket status