List attendees for a workshop

Returns a paginated list of attendees registered for the specified workshop. Requires user or attendee authentication.

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

Event slug or numeric ID

integer
required

Workshop ID

Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

string

Comma-separated relationships to include

string

Keyword search across attendee name, email, and other fields

string

Comma-separated attendee type IDs to filter by

string

Filter by workshop check-in status (true or false)

string

Sort field (e.g. full_name). Default ordering is by ID.

Responses
200

Paginated list of attendees

401

Unauthorized

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