zendesk_list_custom_statuses
List all custom ticket statuses defined in Zendesk. Get each status's ID, labels, category, and active flag to set custom_status_id on a ticket.
Instructions
List all custom ticket statuses defined in Zendesk. Returns JSON array of {id, agent_label, end_user_label, status_category, active, default}. Use the id when setting custom_status_id on a ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |