Skip to main content
GET
Get errors for an job
Retrieve per-input error details for a Bright Data Scraper Studio batch job. Use this endpoint to identify which inputs in a batch failed, what the error code was and how to remediate.
Per the OpenAPI spec, the job_id for this endpoint is the one returned by the /dca/trigger_hp (high-priority) endpoint. Jobs created via the regular /dca/trigger endpoint may use a different error-retrieval path. If the response is empty for a regular trigger job, contact Bright Data support to confirm the right endpoint for your workflow.

Request

Query parameters

Errors

When to use this endpoint

  • Build a re-trigger workflow that retries only the failed inputs from a previous batch
  • Surface user-actionable error messages in a UI or admin console
  • Track failure trends over time (which collectors fail most often, which input shapes cause 422s)

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:

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

Path Parameters

job_id
string
required

Job ID returned from the /trigger_hp endpoint

Query Parameters

skip_normalize
boolean

Return full (non-normalized) error details

Response

List of errors for the specified job

errors
object[]