List tickets
Tickets
List tickets
Newest first, cursor paginated. A queue mutates while you page through it, so offsets would skip or repeat rows.
GET
List tickets
Authorizations
An API credential from Settings → API, sent as Authorization: Bearer mdsk_api_.... Issued per workspace and shown once.
Query Parameters
The next_cursor from the previous page. Omit for the first page.
Maximum string length:
512Pattern:
^[A-Za-z0-9_-]*$How many tickets to return. 1 to 100, default 25.
Required range:
1 <= x <= 100One status, or several separated by commas: open or new,open.
Only tickets assigned to this member.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Only tickets at this priority.
Available options:
low, normal, high, urgent Only tickets in this category.
Maximum string length:
60Full-text search over requester details and message bodies.
Maximum string length:
200