---
title: "Get Submissions"
method: GET
path: "/consortium/submissions"
tags: ["Consortium"]
---

# Get Submissions

`GET /consortium/submissions`

List the organization's consortium submissions, newest first.

History is organization-wide: submissions uploaded through any of
the organization's applications are visible. Paginated via the
shared limit/offset (or keyset) ``PaginationQuery``, mirroring the
OFAC batch listing; pagination metadata rides the response headers.

## Query parameters

- `limit` integer — Maximum number of records to return in a single page. Must be between 1 and 1000.
- `offset` integer, nullable — Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
- `cursor` string, nullable — Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

## Response `200`

The organization's consortium submissions, newest first.

- SubmissionResponse[]
  - `id` string, uuid, required — The unique identifier of the submission
  - `name` string, required — The name of the submission file
  - `state` 'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED', required
  - `submitted_records` integer, required — Total number of records submitted
  - `valid_records` integer, required — Number of valid records
  - `created_at` string, date-time, required — When the submission was created

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/versions/0cc89938bc26/schema)
