Get All Events
Retrieves a paginated list of events for your account. Returns event configuration, scheduling, and status information.
Use fields to control which fields are returned (defaults to id, name when not specified). Use expand to include related objects: folder, location.
Use search to filter by any event field (e.g., status=live, start_date>=2025-01-01, name=*conference*). Supports operators: =, !=, >=, <=, >, <, *contains*, *beginswith*, *endswith*. Results are paginated with a maximum of 200 per page.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Query Parameters
string - optional - Comma separated list of fields you want to return
"capacity,close_date,close_time,created_at,created_by,description,domain,end_date,end_time,folder_id,free_event,hashtag,id,name,organizer_id,start_date,start_time,status,target_attendance,timezone,type_id,updated_at,updated_by,url,webinar_url"
string - optional - Comma separated list of related objects to include. Valid values: folder, location, sessions, sponsors, speakers, translations
"folder,location"
string - optional - Filter conditions to narrow the results. Valid operators are =, !=, >=, <=, >, <, contains, beginswith, endswith
"id>123"
integer - optional - The page of results you want to view
"1"
integer - optional - The number of results per page (to a max of 200)
"5"
string - optional - Sort the results (add - in front for opposite sort direction, e.g. "-id")
Comma-separated list of IDs to retrieve. When provided, only records matching these IDs are returned. All values must be positive integers. Maximum 100 IDs per request.
Body
The body is of type object.