GET
/
api
/
v1
/
bulk_enhance
/
{id}
Check Bulk Enhance Job Status
curl --request GET \
  --url https://data-api.pingintel.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
    }
  }
}

Path Parameters

id
string
required

Response

200
application/json

The response is of type object.