GET
/
v1
/
tickets
/
status
/
{id}
curl --request GET \
  --url https://platform.thena.ai/v1/tickets/status/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "displayName": "<string>",
  "description": "<string>",
  "isDefault": true,
  "teamId": "<string>",
  "organizationId": "<string>",
  "parentStatusId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Path Parameters

id
string
required

Response

200
application/json
Operation successful
id
string
required

The unique identifier of the ticket

name
string
required

The name of the ticket status

displayName
string
required

The display name of the ticket status

description
string
required

The description of the ticket status

isDefault
boolean
required

Whether the ticket status is default

teamId
string
required

The team ID of the ticket status

organizationId
string
required

The organization ID of the ticket status

createdAt
string
required

The created date of the ticket status

updatedAt
string
required

The updated date of the ticket status

parentStatusId
string

The parent status ID of the ticket status