Skip to main content
GET
List events

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Query Parameters

page
integer
default:1

Page number for pagination.

Required range: 1 <= x <= 999
pageSize
integer
default:25

Number of results per page.

Required range: 1 <= x <= 100
expand
enum<string>[]

Extra collections on each event in GET /v1/events. Not the same enum as session Expand (translated_fields, composition, …).

Repeat the parameter (?expand=custom_fields&expand=integration_mappings) or comma-separate (?expand=custom_fields,integration_mappings).

  • custom_fields — org-defined Event custom field values. Omitted from the payload when this expand is not requested. Present as [] when requested and the event has no values.
  • integration_mappings{ name, source, external_event_id } rows from conference Integration_*_Event_Mappings (via the union view). source uses underscores (expo_platform, not expo-platform). LiveBuzz / apps-engine campaign IDs are not included.
Available options:
custom_fields,
integration_mappings

Response

OK

results
object[]
pagination
object

Pagination metadata returned with list responses.