v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBStatuses
Get ticket status
Fetch a ticket status.
Required scope: statuses:read
get/company/statuses/{status_id}
Path parameters
status_idstring required
The ticket status ID
Response
A ticket status
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/company/statuses/sts_5z"
},
"id": "sts_5z",
"name": "Open",
"category": "open",
"description": "New or currently being worked on",
"created_at": 1682538996.583,
"updated_at": 1699575875.186
}