---
title: "Get event's session details"
method: GET
path: "/events/{eventId}/sessions/{sessionId}"
tags: ["events"]
---

# Get event's session details

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

Use this endpoint to get session details.

## Path parameters

- `eventId` string, uuid, required
- `sessionId` string, uuid, required

## Response `200`

When session is found

- SessionDetails
  - `id` string, uuid
  - `title` string
  - `location` string
  - `capacity` integer
  - `attendance` integer
  - `start` string, date-time
  - `end` string, date-time
  - `interviewerIds` EmployeeAttendee[]
    - `id` string, uuid
    - `employeeId` string
    - `status` 'PENDING' | 'TENTATIVE' | 'ACCEPTED' | 'DECLINED' | 'ORGANIZER'
  - `resources` ResourceAttendee[]
    - `id` string, uuid
    - `name` string
    - `email` string
    - `status` 'PENDING' | 'TENTATIVE' | 'ACCEPTED' | 'DECLINED' | 'ORGANIZER'
  - `createdAt` string, date-time
  - `reminders` SessionReminderView[]
    - `id` string
    - `advanceTimesInMinutes` integer
    - `channel` 'SMS' | 'WHATS_APP' | 'EMAIL'
    - `status` 'SCHEDULED' | 'SENDING' | 'SENT' | 'ERROR'

## Other responses

- `401` — Returned when a request was not authenticated.
- `403` — Returned when a caller is not authorized to perform the request.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
