List sessions (CRUD proxy)
Event — Sessions
List sessions (CRUD proxy)
Paginated list of top-level sessions via the CRUD proxy. Returns nested
language, track, level, format, and room metadata using the same
field sets documented on the Session schema (null when unassigned).
Also includes is_abstract and composition_status.
Query params: is_abstract (true/false), expand=linked_sources,
expand=composition, plus standard pagination and filters.
GET
List sessions (CRUD proxy)
Authorizations
Organization API token. Generate from Organization Settings → API Tokens.
Path Parameters
The event ID.
Query Parameters
Page number for pagination.
Required range:
1 <= x <= 999Required range:
1 <= x <= 100Filter to abstract submissions or program sessions.
Expand records with additional data.
Possible values:
translated_fields— includes thetranslated_fieldsarray on records when the event has language variants configured.subsession_details— applies to session responses. Each subsession insideparent.subsessions[]is returned with full parent-session field parity (status,custom_status,custom_fields,chairpersons,moderators,sponsors,exhibitors,tags,language,track,level,room,is_public,external_url,client_session_id,ceu_credits,capacity,source) instead of the default minimal shape. Subsessions inheritis_abstract,composition_status, and optionalcompositionfrom the parent. Not required when callingGET /v1/event/{eventId}/sessions/{sessionId}with a subsession UUID — that endpoint always returns the full shape at the top level.linked_sources— include sessions that are linked as composition sources (excluded from list/search results by default).composition— attach a fullcompositionobject with target and source details on each returned session. Recommended for single-session GET; use cautiously on broad searches.
Available options:
translated_fields, subsession_details, linked_sources, composition 
