MCP tool: get_ticket_statuses
Retrieves all possible statuses for tickets in the Thena platform, optionally filtered by team. Useful for building status dropdowns, validating ticket state transitions, or analytics.
Example prompt
Example prompt (all statuses, no teamId)
Input parameters
Name | Type | Required | Description |
---|---|---|---|
teamId | string | No | The team ID to fetch ticket statuses for |
Response fields
Below are the fields you may see in a ticket status result:Field | Type | Description |
---|---|---|
id | string | Unique status ID |
name | string | Status name (e.g., “Open”) |
displayName | string | Display name for the status |
description | string | Description of the status |
isDefault | boolean | Whether this is the default status |
teamId | string | Team ID this status belongs to |
organizationId | string | Organization ID this status belongs to |
createdAt | string (ISO8601) | Creation timestamp |
updatedAt | string (ISO8601) | Last update timestamp |
Field | Type | Description |
---|---|---|
data | array | List of ticket status objects |
status | boolean | Whether the request was successful |
message | string | Status message |
timestamp | string | Time the response was generated (ISO8601) |