Skip to main content
GET
List timeslots

Authorizations

Authorization
string
header
required

Pass as Authorization: Bearer {token}. Accepts either an OAuth2 JWT access token or an API key (tk_live_...) created from the Tickable dashboard.

Path Parameters

id
string<uuid>
required

Event ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

limit
integer

Max results per page (default 25, max 100)

Required range: 1 <= x <= 100
Example:

25

offset
integer | null

Number of results to skip

Required range: x >= 0
Example:

0

sort
string

Sort field and direction, e.g. created_at:desc

Example:

"created_at:desc"

from
string<date-time>

Only timeslots starting at or after this date

Example:

"2026-06-15T00:00:00Z"

until
string<date-time>

Only timeslots starting before this date

Example:

"2026-06-16T00:00:00Z"

Response

Paginated list of timeslots

data
(object | null)[]
required

Included when the event has exactly one timeslot

pagination
object
required