Skip to main content
POST
Resume Self-Healing Job

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

collector_id
string
required

Collector ID returned by the Create Scraper Template API endpoint.

Body

application/json
message
boolean
required

true approves the proposed diff and lets the Self-Healing job resume. false rejects the diff and ends the job.

Example:

true

auto_save
boolean

Optional. When true, the approved template is saved automatically once the Self-Healing job completes successfully. The template is saved only if message is true (you approved the diff) and the job succeeds. Currently applies to successful jobs only. Defaults to false.

Example:

true

Response

200

Self-Healing job resumed