curl --request GET \
--url https://data-api.sovfixer.com/api/v1/bulk_enhance/{id}{
"request": {
"status": "PENDING",
"requested_at": "2023-11-07T05:31:56Z",
"progress_started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"num_requested": 123,
"num_completed": 123,
"num_problems": 123,
"num_canceled": 123
},
"result": {
"message": "<string>",
"status": "SUCCESS",
"total_processing_time": 123,
"outputs": {
"description": "<string>",
"filename": "<string>",
"url": "<string>"
},
"sources": {
"source": "DTC",
"avg_fetch_duration": 123,
"max_fetch_duration": 123,
"min_fetch_duration": 123,
"num_fetched": 123,
"num_successes": 123,
"num_fails": 123,
"total_fetch_duration": 123
}
}
}Check the status of a data request. Returns status, and, when complete, provides links to the requested data.
curl --request GET \
--url https://data-api.sovfixer.com/api/v1/bulk_enhance/{id}{
"request": {
"status": "PENDING",
"requested_at": "2023-11-07T05:31:56Z",
"progress_started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"num_requested": 123,
"num_completed": 123,
"num_problems": 123,
"num_canceled": 123
},
"result": {
"message": "<string>",
"status": "SUCCESS",
"total_processing_time": 123,
"outputs": {
"description": "<string>",
"filename": "<string>",
"url": "<string>"
},
"sources": {
"source": "DTC",
"avg_fetch_duration": 123,
"max_fetch_duration": 123,
"min_fetch_duration": 123,
"num_fetched": 123,
"num_successes": 123,
"num_fails": 123,
"total_fetch_duration": 123
}
}
}Information about the request.
Show child attributes
Request status.
PENDING - PENDINGQUEUED - QUEUEDIN_PROGRESS - IN_PROGRESSCOMPLETE - COMPLETEFAILED - FAILEDPENDING, QUEUED, IN_PROGRESS, COMPLETE, FAILED Time when it was requested
Datestamp when task came off queue and began processing
Datestamp when processing was complete
Result when done processing. This key will be missing until the request.status is COMPLETE.
Show child attributes
Result status message.
Result status.
SUCCESS - SUCCESSFAILED - FAILEDSUCCESS, FAILED Total time taken to complete job, in seconds.
Statistics about per-source fetching results.
Show child attributes
DTC - DTCDTFST - DTFSTDTFH - DTFHFNRI - FNRIDTFS - DTFSPFF - PFFPFFT - PFFTPSZ - PSZPG - PGPH - PHPFPC - PFPCDTC, DTFST, DTFH, FNRI, DTFS, PFF, PFFT, PSZ, PG, PH, PFPC