API
Get Investigation
Retrieve the status and results of a Deeptrace investigation
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
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.