Skip to main content
GET
Get Submissions

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:10

Maximum number of records to return in a single page. Must be between 1 and 1000.

Required range: 1 <= x <= 1000
offset
integer | null

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

Required range: x >= 0
cursor
string | null

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

The organization's consortium submissions, newest first.

id
string<uuid>
required

The unique identifier of the submission

name
string
required

The name of the submission file

state
enum<string>
required

The current processing state of the submission

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
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