Skip to main content
POST
Update ticket status
Update a ticket status and optional sub-status.

Required access

Body

string
required
Ticket chat UUID to update. Use the records[].id value from List tickets; do not pass the human-readable ticket code.
string
required
New ticket status. For example, open, closed, or reopened.
string
Optional ticket sub-status. For example, investigating, awaiting_reply, or snoozed.
string
Optional ISO timestamp for when the sub-status expires. For example, 2026-05-30T10:00:00.000Z.

Response

boolean
required
Whether the status update succeeded.
object
required
Updated ticket chat object.