---
title: "Get all speaker details"
method: GET
path: "/v1/events/{eventId}/speakers"
tags: ["Speakers"]
---

# Get all speaker details

`GET /v1/events/{eventId}/speakers`

Use this endpoint to retrieve the details of all speakers added to a particular event type in your Zuddl organization. You can use query parameters such as filter, pagination, or sort to customize the response.

Required API key scopes: `READ`

## Path parameters

- `eventId` string, required

## Query parameters

- `filter` string
- `sort` string
- `page` number
- `size` number

## Response `200`

List of speakers retrieved successfully

- OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetailsPage
  - `pagination` OrgEventsAppDomainApiProductDtosPageResponsePagination
    - `next` string, uri — URI of the next page. Also indicates the presence of a next page.
    - `current` string, uri — URI of the current page.
    - `previous` string, uri — URI of the previous page. Also indicates the presence of a previous page.
  - `data` OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetails[]
    - `kind` string
    - `url` string, uri
    - `id` string, uuid — Unique identifier of the speaker
    - `speakerOrder` integer — Order of appearance for this speaker
    - `profile` OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetailsProfile — Speaker profile information
      - `firstName` string
      - `lastName` string
      - `bio` string — Bio of the speaker. May contain rich-text HTML markup (e.g. bold, italic, lists, links). Legacy speakers may still return plain text.
      - `company` string
      - `designation` string
      - `headline` string
      - `picUrl` string — Profile picture URL
    - `socialLinks` OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetailsSocialLinks — Speaker's social and website links
      - `linkedInProfile` string
      - `twitterProfile` string
      - `facebookProfile` string
      - `websiteUrl` string
    - `sessions` OrgEventsAppDomainApiProductEventSpeakerDtosSpeakerDetailsSessionRef[] — Sessions where this speaker appears
      - `sessionId` string — Unique identifier of the session
      - `url` string, uri — API URL to retrieve session details
    - `externalRefId` string — A reference ID that you can use to map this speaker to your external systems or databases

## Other responses

- `400` — Invalid event ID supplied
- `401` — Unauthorized access to event
- `404` — Event not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
