Update ticket status
Update ticket status
Update a ticket status and optional sub-status.
POST
Update ticket status
Required access
| Authentication | Scope | Dataset grant |
|---|---|---|
| API client v2 | tickets:write | tickets |
Body
Ticket chat UUID to update. Use the
records[].id value from List tickets; do not pass the human-readable ticket code.New ticket status. For example,
open, closed, or reopened.Optional ticket sub-status. For example,
investigating, awaiting_reply, or snoozed.Optional ISO timestamp for when the sub-status expires. For example,
2026-05-30T10:00:00.000Z.Response
Whether the status update succeeded.
Updated ticket chat object.