---
title: "Get applications"
method: GET
path: "/api/v0/applications"
tags: ["application"]
---

# Get applications

`GET /api/v0/applications`

## Query parameters

- `status` 'APPLICATION_IN_PROGRESS' | 'APPLICATION_SUBMITTED'
- `laaReference` string
- `clientFirstName` string
- `clientLastName` string
- `clientDateOfBirth` string, date
- `userId` string, uuid
- `isAutoGranted` boolean
- `matterType` 'SPECIAL_CHILDREN_ACT'
- `sortBy` 'LAST_UPDATED_DATE' | 'SUBMITTED_DATE'
- `orderBy` 'ASC' | 'DESC'
- `page` integer
- `pageSize` integer

## Headers

- `X-Service-Name` 'CIVIL_APPLY' | 'CIVIL_DECIDE', required

## Response `200`

Success

- ApplicationSummaryResponse
  - `paging` Paging
    - `page` integer
    - `pageSize` integer
    - `itemsReturned` integer
    - `totalRecords` integer
  - `applications` ApplicationSummary[]
    - `applicationId` string, uuid — The unique reference used to identify the application.
    - `status` 'APPLICATION_IN_PROGRESS' | 'APPLICATION_SUBMITTED'
    - `submittedAt` string, date-time
    - `lastUpdated` string, date-time
    - `usedDelegatedFunctions` boolean
    - `categoryOfLaw` 'FAMILY'
    - `matterType` 'SPECIAL_CHILDREN_ACT'
    - `assignedTo` string, uuid
    - `autoGrant` boolean
    - `clientFirstName` string
    - `clientLastName` string
    - `clientDateOfBirth` string, date
    - `laaReference` string
    - `officeCode` string
    - `applicationType` 'INITIAL'
    - `isLead` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/ministryofjustice/apis/openapi-definition-2.md) · [All operations](https://skmtc.net/ministryofjustice/apis/openapi-definition-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministryofjustice/openapi-definition-2/versions/ed2b830f0081/schema)
