Skip to main content
GET
Retrieve the current status and results of an investigation. Poll this endpoint until status is completed. Investigations typically complete in a few minutes.

Headers

string
required
Your Deeptrace API key. Obtain from Settings > API Keys. Also accepts Authorization: Bearer <key>.

Parameters

string
required
UUID of the investigation, returned by Trigger Investigation.

Returns

Returns an investigation object. While the investigation is running, status is processing and result fields are null. Once finished, status is completed and the full analysis is available.
string
UUID of the investigation.
string
processing while the investigation is running, completed when finished.
string | null
Short title summarizing the investigation findings. null while processing.
string | null
Full investigation results in markdown format. null while processing.
Completed investigations are also viewable at https://app.deeptrace.com/investigation/{id} with full citations and tool call details.