Get Item Processing Results
Get all processing results for a specific item.
Returns the complete processing history for an item including what operations were performed, parameters used, and where outputs are stored. Optionally filter by job_type.
Path parameters
Query parameters
Type of batch processing operation.
Filter results by job type
Cookies
Response
Successful Response
Example response
{
"processing_results": [
{
"job_config": {
"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.62
- ○
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
- ○
- ●
added the new
classify.runningenum value to theprocessing_results/items/job_config/anyOf[subschema #1: BatchParseJobRecordCreate]/parameters/anyOf[subschema #1: BatchParseJobConfig]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.cancelledenum value to theprocessing_results/items/job_config/anyOf[subschema #1: BatchParseJobRecordCreate]/parameters/anyOf[subschema #1: BatchParseJobConfig]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.errorenum value to theprocessing_results/items/job_config/anyOf[subschema #1: BatchParseJobRecordCreate]/parameters/anyOf[subschema #1: BatchParseJobConfig]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.partial_successenum value to theprocessing_results/items/job_config/anyOf[subschema #1: BatchParseJobRecordCreate]/parameters/anyOf[subschema #1: BatchParseJobConfig]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.pendingenum value to theprocessing_results/items/job_config/anyOf[subschema #1: BatchParseJobRecordCreate]/parameters/anyOf[subschema #1: BatchParseJobConfig]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●
added the new
sheets.successenum value to theprocessing_results/items/job_config/anyOf[subschema #1: BatchParseJobRecordCreate]/parameters/anyOf[subschema #1: BatchParseJobConfig]/webhook_configurations/anyOf[subschema #1]/items/webhook_events/anyOf[subschema #1]/items/response property for the response status200response-property-enum-value-added
- ●