---
title: "Get an application"
method: GET
path: "/v1/applications/{applicationId}"
tags: ["Application"]
---

# Get an application

`GET /v1/applications/{applicationId}`

Returns the application summary with its candidate, job, current stage, status, and hiring-team assignments. The application must belong to the authenticated organization or the request returns not found.

## Path parameters

- `applicationId` string, required — an application ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.

## Response `200`

Success

- Application
  - `id` string, required — Canonical application ID (app_ followed by 32 lowercase hexadecimal UUID characters).
  - `candidate` object, required
    - `id` string, required — Canonical candidate ID (can_ followed by 32 lowercase hexadecimal UUID characters).
    - `name` string, required
  - `job` object, required
    - `id` string, required — Canonical job ID (job_ followed by 32 lowercase hexadecimal UUID characters).
    - `name` string, required
  - `current_stage` object, nullable, required
    - `id` string, required — Canonical job stage ID (stg_ followed by 32 lowercase hexadecimal UUID characters).
    - `name` string, required
  - `status` 'ACTIVE' | 'REJECTED' | 'HIRED' | 'CONVERTED' | 'ARCHIVED', required
  - `recruiter` object, nullable, required
    - `id` string, required — Canonical employee ID (emp_ followed by 32 lowercase hexadecimal UUID characters).
    - `name` string, required
  - `coordinator` object, nullable, required
    - `id` string, required — Canonical employee ID (emp_ followed by 32 lowercase hexadecimal UUID characters).
    - `name` string, required
  - `hiring_manager` object, nullable, required
    - `id` string, required — Canonical employee ID (emp_ followed by 32 lowercase hexadecimal UUID characters).
    - `name` string, required
  - `sourcer` object, nullable, required
    - `id` string, required — Canonical employee ID (emp_ followed by 32 lowercase hexadecimal UUID characters).
    - `name` string, required
  - `last_changed_stage_at` string, date-time, nullable, required — ISO 8601 timestamp.
  - `ats` object, nullable, required
    - `type` 'GREENHOUSE' | 'ASHBY' | 'LEVER' | 'WORKDAY' | 'SMARTRECRUITERS' | 'GEM' | 'KOMBO', required
    - `id` string, required
  - `created_at` string, date-time, required — ISO 8601 timestamp.
  - `updated_at` string, date-time, required — ISO 8601 timestamp.
  - `app_url` string, uri, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `410` — Gone
- `500` — Internal error

---

[API](https://skmtc.net/modernloop/apis/modernloop-platform-api.md) · [All operations](https://skmtc.net/modernloop/apis/modernloop-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernloop/modernloop-platform-api/versions/33a0f9f44e4c/schema)
