Tickets/get_ticket
Tool · Tickets

get_ticket

Get a single support ticket by ID, including customer-visible replies only.

Read-onlyIdempotentscope read:tickets

Invoked over the MCP transport with a tools/call request naming this tool.

Authorization #

Requires a valid OAuth 2.1 bearer access_token whose grant includes the read:tickets scope — View your support tickets and conversation history. The broker resolves the caller from the token and returns only records the account owns.

Parameters #

idintegerRequired

Response #

200 · application/json

ticketobject
idinteger
subjectstring
statusstring
One of: Open Answered Customer-Reply Awaiting reply Closed On Hold In Progress
prioritystring
created_atstring · null
updated_atstring · null
repliesarray<object>
idinteger
messagestring
created_atstring · null

Errors #

ResultWhen
{ "error": "not_found" }The requested item does not exist, or it belongs to another account. Cross-account IDs are indistinguishable from missing ones by design.