Lists event sessions

Lists event sessions accessible within the given scope. All filters below are optional and additive; omitting them preserves the default behavior (sessions that have not ended yet, newest first).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 20

Limits the number of items returned. Default is 20, maximum is 100.

integer
Defaults to 0

Number of items to skip before starting to return the results.

integer
Defaults to 0

UTC timestamp in seconds since the Unix epoch to filter calls created after this time.

integer
Defaults to 0

Filters sessions by event_id within the accessible scope.

boolean

When true, returns only sessions that have not ended yet, sorted by start_time ascending (soonest first).

integer

UTC timestamp in seconds since the Unix epoch; only sessions with start_time at or after this moment.

integer

UTC timestamp in seconds since the Unix epoch; only sessions with start_time at or before this moment.

integer

Only sessions of events scoped to this chapter. Chapters outside your accessible scope simply match nothing.

string

Comma-separated list of tags. Matches sessions whose own tags OR whose parent event tags overlap with the list.

boolean

When true, each session in the response includes an rsvp_counts object keyed by RSVP status (e.g. {"yes": 12, "no": 3}).

boolean

When true, each session includes a confirmed_counts object: the same per-status breakdown as rsvp_counts, restricted to RSVPs an organizer confirmed.

boolean

When true, each session includes a hosts array of {id, first_name, last_name} objects resolved from host_user_ids, in host order.

boolean

When true, returns {"count": n} of matching sessions instead of the rows. Combines with all other filters.

Response
200

filtered event sessions listed

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!