---
title: "Get Application Lists (paginated, filterable)"
method: GET
path: "/application-lists"
tags: ["application-lists"]
---

# Get Application Lists (paginated, filterable)

`GET /application-lists`

Returns a paginated list of Application Lists.

## Query parameters

- `filter` ApplicationListGetFilterDto — Filter criteria for GET /application-lists.
  - `date` string, date — Single date of the Application List.
  - `time` string, time — Single time of the Application List.
  - `courtLocationCode` string — Court Location code (exact match).
  - `cjaCode` string — CJA code (exact match).
  - `description` string — Case-insensitive contains match on description.
  - `otherLocationDescription` string — Case-insensitive contains match on other location description.
  - `status` 'OPEN' | 'CLOSED' — Status of the Application List.
- `pageNumber` integer
- `pageSize` integer
- `sort` string[]

## Response `200`

Page of Application Lists

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `406` — Requested media type/version not acceptable.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api.md) · [All operations](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-courts-and-tribunals-service/applications-register-api/revisions/bea8e18804d7/schema)
