---
title: "Get a job application"
method: GET
path: "/job-applications/{jobApplicationId}"
tags: ["job-applications"]
---

# Get a job application

`GET /job-applications/{jobApplicationId}`

Get a job application for given job application ID.

## Response `200`

Job application

- JobApplication
  - `status` 'LEAD' | 'NEW' | 'IN_REVIEW' | 'INTERVIEW' | 'OFFERED' | 'HIRED' | 'REJECTED' | 'WITHDRAWN' | 'TRANSFERRED'
  - `subStatus` string
  - `sourceIdentifier` string, uuid
  - `createDate` string, date-time
  - `profileId` string, uuid
  - `jobId` string, uuid

## Other responses

- `400` — with codes: * **INVALID_JOB_APPLICATION_ID** when invalid jobApplicationId
- `404` — with codes: * **JOB_APPLICATION_NOT_FOUND** when job application not found

---

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