Skip to main content
GET
Retrieve conversation tickets for your active organization. Results can be filtered by ticket status (open or closed) or restricted to a specific contact ID.

Authentication

This endpoint requires Bearer token authentication.

Query Parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
string
Filter tickets by state. Allowed values: open, closed.
string
Filter tickets associated with a specific contact UUID.
integer
default:"50"
Maximum number of tickets to retrieve (1 to 100).
integer
default:"0"
Number of tickets to skip for pagination (minimum 0).

Response Fields

integer
Total number of tickets matching query criteria.
integer
Computed page number based on offset and limit.
integer
Batch size returned.
object[]
Array of ticket objects.