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

# Get event's details

`GET /events/{eventId}`

Use this endpoint to fetch event details.

## Path parameters

- `eventId` string, uuid, required

## Response `200`

Successful response.

- EventDetails
  - `id` string, uuid
  - `type` string
  - `title` string
  - `eventHiringState` EventHiringState
    - `stage` string, required
    - `step` string
  - `hiringState` string
  - `recruitmentStep` string
  - `sessions` SessionSummary[]
    - `id` string, uuid
    - `title` string
    - `capacity` integer
    - `attendance` integer
    - `start` string, date-time
    - `end` string, date-time
    - `location` string
    - `createdAt` string, date-time
  - `advanceTimeMinutes` integer
  - `invitations` Invitation
    - `email` EmailInvitation
      - `subject` string, required
      - `content` string, required
      - `bccEmployeeIds` string[]
    - `sms` TextInvitation
      - `content` string, required
      - `confirmationMessage` string, required
    - `whatsApp` WhatsappInvitation
      - `enabled` boolean
    - `line` TextInvitation
      - `content` string, required
      - `confirmationMessage` string, required
    - `repeat` RepeatInvitation
      - `intervalInMinutes` integer — Time between invitations resends in minutes. Maximum value is 4320 minutes (3 days).
      - `count` integer — Number of times that invitation will be sent again. Maximum value is 5.
  - `reminders` EventReminderView[]
    - `advanceTimesInMinutes` integer[]
    - `channel` 'SMS' | 'WHATS_APP' | 'EMAIL'
    - `message` MessageDataView
      - `subject` string
      - `content` string
      - `bccEmployeeIds` string[]
      - `attachmentIds` string[]
  - `jobId` string, uuid
  - `timezone` string
  - `createdAt` string, date-time
  - `creatorId` string
  - `cancelled` boolean

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