Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.octavehq.com/api/v2/report-run/get \ --header 'api_key: <api-key>'
{ "_metadata": { "requestId": "requestId", "timestamp": "2021-01-01T00:00:00.000Z", "usage": 0, "message": "message" }, "data": { "oId": "<string>", "title": "<string>", "summary": "<string>", "sections": [ { "oId": "<string>", "topic": "<string>", "details": "<string>", "sectionOrder": 123, "evidenceCount": 123 } ], "comparisonWithPrevious": {}, "windowStart": "<string>", "windowEnd": "<string>" } }
Get a single report run with full section details and narrative analysis
Report run oId (rr_ prefix)
"rr_abc123"
Report run detail
Show child attributes