Current status: open, in_progress, resolved, or closed.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Array of message objects, ordered chronologically.
Who sent the message: user or support.
ISO 8601 timestamp of when the message was sent.
{
"publicId": "tkt_a1b2c3d4e5f6a1b2c3d4e5f6",
"subject": "Cannot connect X account",
"status": "open",
"createdAt": "2026-03-18T10:00:00Z",
"updatedAt": "2026-03-18T12:30:00Z",
"messages": [
{
"body": "I keep getting a connection error when trying to link my account.",
"sender": "user",
"createdAt": "2026-03-18T10:00:00Z"
},
{
"body": "Could you try disconnecting and reconnecting your account from the dashboard?",
"sender": "support",
"createdAt": "2026-03-18T11:15:00Z"
}
]
}