API Reference
Get Deep Research Status
Retrieves the status and results of a deep research job.
GET
This endpoint allows you to check the status of a deep research job and retrieve the results once it is complete.
Get Job Status
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
job_id | string | Yes | The ID of the deep research job. |
Response
The response will include the job status. If the job is completed
, the results
array will be populated.
Job Statuses
Status | Description |
---|---|
pending | The job has been created and is waiting to be processed. |
processing | The job is currently being processed. |
completed | The job has finished successfully. Results are available. |
error | An error occurred during processing. |
Error Responses
Status Code | Description |
---|---|
401 | Unauthorized - API key missing or invalid. |
403 | Forbidden - Not authorized to access this job. |
404 | Not Found - Job not found. |
Authorizations
API key must be provided as a Bearer token in the Authorization header. Example: lk_your_api_key_here
Path Parameters
The ID of the deep research job
Response
200
application/json
Job status and results retrieved successfully
The response is of type object
.