---
title: "Get application by ID"
method: GET
path: "/applications/{id}"
tags: ["Applications"]
---

# Get application by ID

`GET /applications/{id}`

Returns a single job application with its full detail (contacts, activity timeline, linked resume). Only applications belonging to the authenticated user can be retrieved. Requires authentication.

## Path parameters

- `id` string, required — The ID of the application.

## Response `200`

The job application.

- object
  - `id` string, required — The ID of the application.
  - `company` string, required — The company applied to.
  - `role` string, required — The role / job title.
  - `location` string, nullable, required
  - `salary` string, nullable, required
  - `status` 'saved' | 'applied' | 'screening' | 'interview' | 'offer' | 'rejected', required — The current pipeline stage.
  - `archived` boolean, required
  - `resumeId` string, nullable, required — The linked Reactive Resume, if any.
  - `source` string, nullable, required
  - `tags` string[], required
  - `sourceUrl` string, nullable, required
  - `jobDescription` string, nullable, required
  - `matchScore` integer, nullable, required
  - `aiMetadata` object, nullable, required
  - `notes` string, nullable, required
  - `resumeFileUrl` string, nullable, required
  - `resumeFileName` string, nullable, required
  - `coverLetterUrl` string, nullable, required
  - `coverLetterName` string, nullable, required
  - `followUpAt` string, date-time, nullable, required
  - `followUpNote` string, nullable, required
  - `contacts` object[], required
    - `name` string, required
    - `role` string
    - `type` string
  - `activity` object[], required
    - `id` string, required
    - `type` 'stage' | 'note' | 'created', required
    - `text` string, required
    - `at` string, date-time, required
  - `appliedAt` string, date-time, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/versions/68d25b21f805/schema)
