Skip to main content
GET
List tickets

Authorizations

Authorization
string
header
required

An API credential from Settings → API, sent as Authorization: Bearer mdsk_api_.... Issued per workspace and shown once.

Query Parameters

cursor
string<base64url>

The next_cursor from the previous page. Omit for the first page.

Maximum string length: 512
Pattern: ^[A-Za-z0-9_-]*$
limit
integer
default:25

How many tickets to return. 1 to 100, default 25.

Required range: 1 <= x <= 100
status
string

One status, or several separated by commas: open or new,open.

assignee_id
string<uuid>

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)$
priority
enum<string>

Only tickets at this priority.

Available options:
low,
normal,
high,
urgent
category
string

Only tickets in this category.

Maximum string length: 60
q
string

Full-text search over requester details and message bodies.

Maximum string length: 200

Response

A page of tickets.

data
object[]
required
next_cursor
string | null
required