---
title: "Get all sessions"
method: GET
path: "/v1/events/{eventId}/sessions"
tags: ["Sessions"]
---

# Get all sessions

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

Use this endpoint to retrieve the list of all sessions in 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 sessions retrieved successfully

- OrgEventsAppDomainApiProductEventSessionDtosSessionDetailsPage
  - `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` OrgEventsAppDomainApiProductEventSessionDtosSessionDetails[]
    - `kind` string
    - `url` string, uri
    - `id` string, uuid — Unique identifier of the session
    - `title` string — Name of the session
    - `description` string — Description of the session
    - `startDateTime` string, date-time — Start date time of the session
    - `endDateTime` string, date-time — End date time of the session
    - `location` OrgEventsAppDomainApiProductEventSessionDtosSessionDetailsLocation[] — Location details of the session
      - `locationId` string, uuid — Unique identifier of the session location
      - `locationName` string — Name of the session location
      - `type` 'STAGE' | 'SESSION' | 'NETWORKING' | 'EXPO' | 'LOBBY' | 'SCHEDULE' | 'ROOMS' | 'IN_PERSON' | 'NONE' | 'STUDIO' — Type of the session venue
      - `link` string — Link of the session location
    - `speakers` OrgEventsAppDomainApiProductEventSessionDtosSessionDetailsSpeaker[] — Speakers of the session
      - `speakerId` string, uuid — Unique identifier of the session speaker
      - `url` string, uri — API URL to retrieve speaker details
    - `sponsors` OrgEventsAppDomainApiProductEventSessionDtosSessionDetailsSponsor[] — Sponsors of the session
      - `sponsorId` string, uuid — Unique identifier of the session sponsor
      - `url` string, uri — API URL to retrieve sponsor details
    - `tags` string[] — Tags of the session
    - `files` OrgEventsAppDomainApiProductEventSessionDtosSessionDetailsFile[] — Files of the session
      - `fileId` string, uuid — Unique identifier of the file
      - `fileName` string — File name
      - `fileUrl` string — Url of the file
    - `availableSpots` integer — **Deprecated**: use `totalCapacity` instead. Number of available spots for the session.
    - `totalCapacity` integer — Total capacity configured for the session. Applies to in-person and hybrid sessions; null for virtual sessions.
    - `remainingCapacity` integer — Number of spots still open for new registrations (totalCapacity minus already-registered users). Applies to in-person and hybrid sessions with a configured capacity; null otherwise.
    - `externalRefId` string — A reference ID that you can use to map this session to your external systems or databases
    - `parentSessionId` string — Parent session ID of the session

## 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)
