List Webinar Registrations

Retrieve a paginated list of registrations for a webinar. Returns contact
information, attendance status, engagement metrics, and attribution data
for each registrant.

Pagination uses cursor-based pagination with a page_info object in the
response rather than per-record cursors. Use page_info.end_cursor as
the cursor parameter to fetch the next page.

Requires api token with one of the following permissions

Read all data
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Hashed ID of the webinar.

Query Params
integer
1 to 100
Defaults to 100

Number of results to return per page (max 100).

string

Cursor for pagination. Use the value from the previous response's page_info.end_cursor or page_info.start_cursor.

integer
enum
Defaults to 1

Sort direction (0 = desc/previous page, 1 = asc/next page; default is 1)

Allowed:
string
enum
Defaults to all

Filter registrations by attendance status.

Allowed:
string
enum
Defaults to all

Filter registrations by restriction status.

Allowed:
emails[]
array of strings

Filter registrations by email addresses.

emails[]
Headers
string
required
Defaults to 2026-05
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json