List speakers for an event

Returns a paginated list of speakers for the event. Supports optional relationship includes (workshops, workshop_categories). Responses are cached for 2 minutes.

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

Event slug or numeric ID

Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

string

Comma-separated relationships to include. Available: workshops, workshop_categories

string

Keyword search across speaker name, last name, company, and email

string

Filter by full name (partial match on concatenated name + last_name)

string

Filter by first name (partial match)

string

Filter by last name (partial match)

string

Filter by email (partial match)

string

Filter by company (partial match)

string

Comma-separated workshop IDs to filter speakers by

string

Sort order (default: speakers.order ASC, speakers.id DESC)

string

When present, includes file category information in the response

Responses

404

Event not found

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