V2
Parse
List Parse Jobs
List parse jobs for the current project.
Filter by status or creation date range. Results are paginated — use page_token from the response to fetch subsequent pages.
get/api/v2/parse
Query parameters
page_sizeinteger nullable
Number of items per page
Number of items per page
page_tokenstring nullable
Token for pagination
Token for pagination
status'PENDING' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' nullable
Filter by job status (PENDING, RUNNING, COMPLETED, FAILED, CANCELLED)
Filter by job status (PENDING, RUNNING, COMPLETED, FAILED, CANCELLED)
job_idsstring[] nullable
Filter by specific job IDs
Filter by specific job IDs
project_idstring uuid nullable
organization_idstring uuid nullable
created_at_on_or_afterstring date-time nullable
Include items created at or after this timestamp (inclusive)
Include items created at or after this timestamp (inclusive)
created_at_on_or_beforestring date-time nullable
Include items created at or before this timestamp (inclusive)
Include items created at or before this timestamp (inclusive)
Cookies
sessionstring nullable
Response
Successful Response
Example response
{
"items": [
{
"id": "pjb-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"project_id": "prj-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"name": "Q4 Financial Report",
"tier": "fast"
}
]
}