latestOpenAPI 3.1.02026-08-08264458.4 KB
5e35babfb8d2
internal
Get processor results for the ID given
Shows the processor results stored in the database for the given ID.
get/processor_results/{id}
Path parameters
idinteger required
The processor results ID for a single item.
Response
A JSON representation of processor results.
Example response
{
"id": 27,
"resource_id": 48,
"processing_type": "excel_to_csv",
"parent_id": 747,
"completion_state": "success",
"message": "Completed processing with no errors.",
"structured_info": "{\"cat\": \"dog\"}"
}