Reference for getting deep research task status via GET /v1/deepresearch/tasks/{id}/status.
API key for authentication. Get yours at platform.valyu.ai.
DeepResearch task ID.
Task status and results.
Full status and results of a DeepResearch task.
Unique identifier for the research task.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Current task status.
queued - Waiting for capacityrunning - Research in progresscompleted - Research finished successfullyfailed - Research failedcancelled - Task was cancelledqueued, running, completed, failed, cancelled "completed"
The original research query.
"Comprehensive analysis of CRISPR gene therapy clinical trials"
Research mode used for this task.
fast, standard, heavy, max "standard"
ISO 8601 timestamp of task creation.
"2024-06-15T10:30:00.000Z"
Output formats requested for this task.
markdown, pdf, toon ["markdown", "pdf"]Whether the task results are publicly accessible.
false
Batch ID if this task belongs to a batch.
User-provided task ID within a batch.
Research progress. Present when status is "running".
Format of the output. Present when status is "completed".
markdown, json, toon "markdown"
Research output. Markdown string or JSON object depending on output_type. Present when status is "completed" (may be partial on "failed" or "cancelled").
Sources used during research. Present when status is "completed", "failed", or "cancelled".
Total cost billed for this task in USD. Fixed per mode: $0.10 (fast), $0.50 (standard), $2.50 (heavy), $15.00 (max).
0.5
ISO 8601 timestamp of task completion. Present when status is "completed".
"2024-06-15T10:35:00.000Z"
URL to the generated PDF report. Present when "pdf" was in output_formats.
Images generated during research (charts, AI-generated). Present when status is "completed".
Generated deliverable files (CSV, Excel, PowerPoint, Word, PDF). Present when deliverables were requested.
Conversation trace of the research agent. Present when status is "running" or "completed".
Error message. Present when status is "failed".