curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/ \
--header 'x-api-key: <api-key>'{
"created": "2023-11-07T05:31:56Z",
"error_count": 123,
"error_details": {},
"error_message": "<string>",
"filename": "<string>",
"finished_at": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"last_updated": "2023-11-07T05:31:56Z",
"processed_count": 123,
"results_summary": {},
"started_at": "2023-11-07T05:31:56Z",
"status": "queued",
"success_count": 123,
"total_count": 123
}Get a specific policy upload job by its Heron ID
curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/ \
--header 'x-api-key: <api-key>'{
"created": "2023-11-07T05:31:56Z",
"error_count": 123,
"error_details": {},
"error_message": "<string>",
"filename": "<string>",
"finished_at": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"last_updated": "2023-11-07T05:31:56Z",
"processed_count": 123,
"results_summary": {},
"started_at": "2023-11-07T05:31:56Z",
"status": "queued",
"success_count": 123,
"total_count": 123
}The Heron ID of the upload job
Upload job details
Show child attributes
Show child attributes
queued, processing, completed, failed Was this page helpful?