v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Search

Search Status

Query the status of any async search task (deep search or export).

get/search/status/{task_id}

Path parameters

task_idstring required

Headers

x-api-keystring nullable

Response

Successful Response

task_idstring required

Async task ID being queried.

statusstring required

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

start_timestring required

Timestamp when the task started.

current_phaseinteger nullable

Current pipeline phase index.

progress_messagestring nullable

Human-readable progress message.

close_timestring nullable

Timestamp when the task finished.

resource_handle_idstring nullable

Handle for downloading exported results.

total_resultsinteger nullable

Total results found.

exported_countinteger nullable

Number of results actually exported.

errorstring nullable

Error message if the operation failed.

search_idstring nullable

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

iterationsobject[] nullable

Per-iteration debug data emitted by the agent.