Beta
Sheets
Beta
Sheets
List Spreadsheet Jobs
List spreadsheet parsing jobs. Experimental: not production-ready and subject to change.
get/api/v1/beta/sheets/jobs
Query parameters
include_resultsboolean
status'PENDING' | 'SUCCESS' | 'ERROR' | 'PARTIAL_SUCCESS' | 'CANCELLED' nullable
Filter by job status
Filter by job status
job_idsstring[] nullable
Filter by specific job IDs
Filter by specific job IDs
configuration_idstring nullable
Filter by saved configuration ID
Filter by saved configuration ID
project_idstring uuid nullable
organization_idstring uuid nullable
page_sizeinteger nullable
page_tokenstring 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": [
{
"parameters": {
"webhook_configurations": [
{
"webhook_url": "https://example.com/webhooks/llamacloud",
"webhook_headers": {
"Authorization": "Bearer sk-..."
},
"webhook_events": [
"parse.success",
"parse.error"
],
"webhook_output_format": "json"
}
]
}
}
]
}