Skip to main content
Returns a paginated list of applications belonging to the organization associated with your API key, including document metadata and presigned download URLs. Registry documents are not included here — fetch them via Get Application.

Authentication

Requires an API key with applications:read scope.

Query parameters

string
Filter by application status. One of: created, sent, in_progress, submitted, review, approved, rejected.
integer
default:"50"
Number of results per page. Min 1, max 100.
string
Pagination cursor returned as next_cursor from a previous response.

Response

Returns 200 OK with a paginated list.
array
List of application summaries.
boolean
Whether more results are available.
string | null
Pass as the cursor query parameter to fetch the next page. null when there are no more results.

Examples

List all submitted applications

Response:

Paginating through results

Errors