Skip to main content
GET
Deep Search Status

Headers

x-api-key
string | null

Path Parameters

task_id
string
required

Response

Successful Response

Response for checking agentic search status.

task_id
string
required

Async task ID being queried.

status
string
required

Current status (e.g. queued, running, completed, failed).

start_time
string
required

Timestamp when the task started.

current_phase
integer | null

Current pipeline phase index.

progress_message
string | null

Human-readable progress message.

close_time
string | null

Timestamp when the task finished.

resource_handle_id
string | null

Handle for downloading exported results.

total_results
integer | null

Total results found.

exported_count
integer | null

Number of results actually exported.

error
string | null

Error message if the operation failed.

search_id
string | null

Search history ID returned by a previous search. Replays only the query shape; pass exclusions again on this request if they should apply.

iterations
Iterations · object[] | null

Per-iteration debug data emitted by the agent.