List timeslots for an event. Filter by date range using from and until. Requires the events.read scope.
Pass as Authorization: Bearer {token}. Accepts either an OAuth2 JWT access token or an API key (tk_live_...) created from the Tickable dashboard.
Event ID
"550e8400-e29b-41d4-a716-446655440000"
Max results per page (default 25, max 100)
1 <= x <= 10025
Number of results to skip
x >= 00
Sort field and direction, e.g. created_at:desc
"created_at:desc"
Only timeslots starting at or after this date
"2026-06-15T00:00:00Z"
Only timeslots starting before this date
"2026-06-16T00:00:00Z"