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.
Query parameters
Number of items per page
Number of items per page
Token for pagination
Token for pagination
Filter by job status (PENDING, RUNNING, COMPLETED, FAILED, CANCELLED)
Filter by job status (PENDING, RUNNING, COMPLETED, FAILED, CANCELLED)
Filter by specific job IDs
Filter by specific job IDs
Include items created at or after this timestamp (inclusive)
Include items created at or after this timestamp (inclusive)
Include items created at or before this timestamp (inclusive)
Include items created at or before this timestamp (inclusive)
Cookies
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"
}
]
}Changes
Changed in 1 of the 33 revisions of this API.2
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○