Get errors for an job
Get errors for a job
GET /dca/jobs//hp_errors returns per-input error details for a Bright Data Scraper Studio batch job. Identify which inputs failed and why.
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.Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Name | Type | Required | Description |
|---|---|---|---|
skip_normalize | boolean | No | When true, returns full non-normalized error details. Default returns normalized errors. |
Errors
| Status | Cause | Fix |
|---|---|---|
400 Bad Request | Invalid job ID format | Verify the job ID matches the j_ prefix returned by the trigger endpoint |
404 Not Found | Job does not exist or your account does not have access | Confirm the job ID is current and from a job you triggered |
500 | Internal server error | Retry with exponential backoff, for example 1s, 2s, 4s |
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)
Related
- Trigger async batch collection: the endpoint that creates the job
- Job data: job-level metadata (status, fails count, etc.)
- Receive batch data: download the successful records
Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07dfLearn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
Path Parameters
Job ID returned from the /trigger_hp endpoint
Query Parameters
Return full (non-normalized) error details
Response
List of errors for the specified job