---
title: "Get all applicants (both event-applicants-pool and session-applicants) for specified event"
method: GET
path: "/events/{eventId}/applicants"
tags: ["events"]
---

# Get all applicants (both event-applicants-pool and session-applicants) for specified event

`GET /events/{eventId}/applicants`

Use this endpoint to fetch all of the event's applicants.

## Path parameters

- `eventId` string, uuid, required

## Response `200`

Return all applicant Ids in the specific event, from event applicants pool and all session applicants.

- ApplicantSummary
  - `id` string, uuid
  - `applicationId` string, uuid
  - `createdAt` string, date-time

## Other responses

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

---

[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/revisions/449bdc2516c9/schema)
