Skip to main content
GET
List submissions

Authorizations

Authorization
string
header
required

Your API key, live (sk_live_…) or test (sk_test_…). Create one in Settings → API keys. Send it as Authorization: Bearer <key> — never in a query string.

Query Parameters

assessment_id
string<uuid>

Only this assessment.

candidate_email
string<email>

Only this candidate.

status
enum<string>

Restrict to one submission status. Note there is no completed — a graded submission is evaluated.

Available options:
initialized,
in_progress,
paused,
submitted,
evaluating,
evaluated,
expired,
failed
since
string<date-time>

ISO-8601 lower bound on created_at.

until
string<date-time>

ISO-8601 upper bound on created_at.

cursor
string

From a previous meta.next_cursor. Opaque.

limit
integer
default:20

Items per page, max 100.

Response

Success.

Every successful response. meta carries the request id and any pagination.

data
object
required

The resource, or an array of them.

meta
object
required