---
title: "Get all applications"
method: GET
path: "/v1/applications"
tags: ["Applications"]
---

# Get all applications

`GET /v1/applications`

## Query parameters

- `supportSchemeIds` string
- `search` string
- `status` 'INVITED' | 'STARTED' | 'SUBMITTED' | 'AWAITING_HOUSEHOLD' | 'INFO_REQUESTED' | 'REVIEWED' | 'DECLINED' | 'APPROVED' | 'OPTED_OUT' | 'INACTIVE' | 'INELIGIBLE'
- `latestSubmissionFrom` string, date-time
- `latestSubmissionTo` string, date-time
- `page` number
- `pageSize` number
- `sortKey` 'clientName' | 'supportScheme' | 'reference' | 'createdAt' | 'firstSubmissionAt' | 'latestSubmissionAt'
- `sortOrder` 'DESC' | 'ASC'

## Response `200`

- PublicApplicationsResponseDto
  - `applications` PublicApplicationDto[], required
    - `id` string, required
    - `clientName` string, required
    - `reference` string
    - `supportSchemeId` string, required
    - `supportSchemeName` string, required
    - `firstSubmissionAt` string, date-time
    - `latestSubmissionAt` string, date-time
    - `status` 'INVITED' | 'STARTED' | 'SUBMITTED' | 'AWAITING_HOUSEHOLD' | 'INFO_REQUESTED' | 'REVIEWED' | 'DECLINED' | 'APPROVED' | 'OPTED_OUT' | 'INACTIVE' | 'INELIGIBLE', required
    - `stage` string
    - `createdAt` string, date-time, required
  - `count` number, required

## Changes

- **2026-08-24** `9ebfeee00069` — 1 breaking, 1 info
  - removed the required property `grantApplications` from the response with the `200` status
  - added the required property `applications` to the response with the `200` status

[Change history](https://skmtc.dev/lightningreach/apis/lightning-reach-api/changes/v1/applications/get.md)

---

[API](https://skmtc.dev/lightningreach/apis/lightning-reach-api.md) · [All operations](https://skmtc.dev/lightningreach/apis/lightning-reach-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightningreach/lightning-reach-api/revisions/9ebfeee00069/schema)
