Deep Search Status
curl --request GET \
--url https://api.sixtyfour.ai/search/deep-search-status/{task_id}{
"task_id": "<string>",
"status": "<string>",
"start_time": "<string>",
"current_phase": 123,
"progress_message": "<string>",
"close_time": "<string>",
"resource_handle_id": "<string>",
"total_results": 123,
"exported_count": 123,
"error": "<string>",
"search_id": "<string>",
"iterations": [
{}
]
}Search
Deep Search Status
Poll the status of a deep search task and retrieve results when complete.
GET
/
search
/
deep-search-status
/
{task_id}
Deep Search Status
curl --request GET \
--url https://api.sixtyfour.ai/search/deep-search-status/{task_id}{
"task_id": "<string>",
"status": "<string>",
"start_time": "<string>",
"current_phase": 123,
"progress_message": "<string>",
"close_time": "<string>",
"resource_handle_id": "<string>",
"total_results": 123,
"exported_count": 123,
"error": "<string>",
"search_id": "<string>",
"iterations": [
{}
]
}Headers
Path Parameters
Response
Successful Response
Response for checking agentic search status.
Async task ID being queried.
Current status (e.g. queued, running, completed, failed).
Timestamp when the task started.
Current pipeline phase index.
Human-readable progress message.
Timestamp when the task finished.
Handle for downloading exported results.
Total results found.
Number of results actually exported.
Error message if the operation failed.
Search history ID returned by a previous search.
Per-iteration debug data emitted by the agent.
Was this page helpful?
⌘I