Skip to main content
GET
/
api
/
v1
/
bulk_enhance
/
{id}
Check Bulk Enhance Job Status
curl --request GET \
  --url https://data-api.sovfixer.com/api/v1/bulk_enhance/{id}
{
  "request": {
    "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>",
    "total_processing_time": 123,
    "outputs": {
      "description": "<string>",
      "filename": "<string>",
      "url": "<string>"
    },
    "sources": {
      "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
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

request
object
required

Information about the request.

result
object

Result when done processing. This key will be missing until the request.status is COMPLETE.