Discover API
Retrieve Results
Fetch ranked search results from the Bright Data Discover API (31 languages) using a task_id. Each result includes URL, title, snippet and relevance score.
GET
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.
The status of the request:
processing or doneThe time taken to process the request in seconds.
A list of sorted search results.
Errors
| Status | Error Message | Trigger | Resolution |
|---|---|---|---|
| 400 | {"error": "Missing task_id"} | task_id query parameter is missing or empty | Provide the task_id returned from the POST request. |
| 401 | Credentials are missing | No Authorization header | Add Authorization: Bearer <token> header |
| 404 | {"error": "Task not found"} | task_id does not match any existing task | Verify the task_id value. Tasks may expire after a period. |