Skip to main content
GET
/
api
/
broker_funder_policies
/
upload
/
{job_heron_id}
Get specific policy upload job
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
}

Authorizations

x-api-key
string
header
required

Path Parameters

job_heron_id
string
required

The Heron ID of the upload job

Response

Upload job details

created
string<date-time>
error_count
integer
error_details
object
error_message
string | null
filename
string | null
finished_at
string<date-time> | null
heron_id
string
last_updated
string<date-time>
processed_count
integer
results_summary
object
started_at
string<date-time> | null
status
enum<string>
Available options:
queued,
processing,
completed,
failed
success_count
integer
total_count
integer | null