GET
/
dca
/
log
/
{job_id}
cURL
curl --request GET \
  --url https://api.brightdata.com/dca/log/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "Id": "j_ma13y9ay1piehrso8r",
  "Status": "done",
  "Collector": "c_m9im5n7v82p2y35la",
  "Template": "t_m9jty150kxgwtzcgi.3",
  "Inputs": 1,
  "dup_inputs": 0,
  "Lines": 60,
  "Fails": 0,
  "Pages": 1,
  "Pages_left": 0,
  "Success": 1,
  "Navigations": 2,
  "created": "2025-04-28T13:22:16.857Z",
  "started": "2025-04-28T13:22:17.502Z",
  "finished": "2025-04-28T13:23:28.961Z",
  "trigger": "amite@brightdata.com",
  "Success_rate": 1,
  "Job_time": 71459,
  "Queue_time": 645
}

Authorizations

Authorization
string
header
required

Use your Bright Data API Key as a Bearer token in the Authorization header.

How to authenticate:

  1. Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
  2. Include the API Key in the Authorization header of your requests
  3. Format: Authorization: Bearer YOUR_API_KEY

Example:

Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07df

Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication

Path Parameters

job_id
string
required

The ID of the job to retrieve.

Response

200 - application/json

OK

The response is of type any.