List tickets

Returns a paginated list of tickets for the authenticated MSP, newest first. Requires scope tickets:read. Filter via query params: status, priority, customer, board, assignee, and updated_at bounds.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
number
≥ 1
Defaults to 1

Page number to return (1-based).

number
1 to 100
Defaults to 25

Number of items per page.

string
length ≤ 75

Filter by status UUID or name (e.g. open, in_progress). Text is normalised to lower_snake_case.

string
enum

Filter by ticket priority.

Allowed:
string
length ≤ 64

Filter by board mapping_id.

string
length ≤ 64

Filter by customer mapping_id.

string
length ≤ 64

Filter by user/contact mapping_id.

string
length ≤ 64

Filter by assigned resource mapping_id.

date-time

ISO 8601 timestamp; inclusive lower bound on updated_at.

string
enum
Defaults to created_at

Column to sort by.

Allowed:
string
enum
Defaults to desc

Sort direction.

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json