---
title: "GET /standard-applicants/export"
method: GET
path: "/standard-applicants/export"
tags: ["standard-applicants"]
---

# GET /standard-applicants/export

`GET /standard-applicants/export`

Export a filtered list of Standard Applicants to a CSV file.
- Filters:
    - `code` – case-insensitive partial match. Name parameter cannot be included when providing the code parameter.
    - `name` – case-insensitive partial match against organisation/name, surname and forenames 1-3. Code parameter cannot be included when providing the name parameter.

## Query parameters

- `code` string
- `name` string

## Response `200`

A CSV file containing the filtered list of Standard Applicants.

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `404` — The requested resource was not found.
- `409` — Invalid request parameters.
- `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/ea2dadd4450b/schema)
