List Spreadsheet Jobs
List spreadsheet parsing jobs. Experimental: not production-ready and subject to change.
Query parameters
Filter by job status
Filter by job status
Filter by specific job IDs
Filter by specific job IDs
Filter by saved configuration ID
Filter by saved configuration ID
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": [
{
"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"
}
]
}
}
]
}Changes
Changed in 2 of the 33 revisions of this API.289
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
//became optional for the statusresponse-property-became-optional
- ▲
the
//response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterconfiguration_idnew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added
subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
response property
items/items/configdeprecatedresponse-property-deprecated
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ▲