Properties

Get bulk enrichment job status

GET
/v1/properties/enrich-bulk/{jobId}

Authorization

x-api-key<token>

In: header

Path Parameters

jobId*string

Job ID from POST /v1/properties/enrich-bulk

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/properties/enrich-bulk/string"
{
  "billingStatus": "charged",
  "chargedCount": 0,
  "completedAt": "string",
  "creditsCharged": 0,
  "downloadUrl": "string",
  "error": "string",
  "failed": 0,
  "fromCache": 0,
  "jobId": "string",
  "resultsUrl": "string",
  "startedAt": "string",
  "status": "queued",
  "succeeded": 0,
  "total": 0
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}