GET
/
v1
/
tickets
/
status
/
{id}
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>",
  "parentStatusId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

id
string
required

Response

200
application/json

Operation successful

The response is of type object.