For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get ticket activity

Get activity log events for a specific ticket

Get ticket activity

get

Get activity log events for a specific ticket.

Path parameters
ticket_idstringRequired
Query parameters
limitinteger · min: 1 · max: 200Optional

Maximum events to return

Default: 100
offsetintegerOptional

Offset for pagination

Default: 0
Responses
200

Successful Response

application/json

PaginatedResponseEventsResponse

total_countintegerRequired

The total number of items available to return for this query.

get/api/v1/tickets/{ticket_id}/activity

Last updated

Was this helpful?