---
title: "List job applications"
method: GET
path: "/applications"
tags: ["Applications"]
---

# List job applications

`GET /applications`

Returns all job applications belonging to the authenticated user, most recently updated first. Archived applications are excluded unless includeArchived is set. Optionally filter by pipeline stage. Requires authentication.

## Query parameters

- `status` 'saved' | 'applied' | 'screening' | 'interview' | 'offer' | 'rejected'
- `tags` string[]
- `includeArchived` boolean

## Response `200`

A list of the user's job applications.

- 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/revisions/68d25b21f805/schema)
