Get Report
documentedRetrieve a report by its ID.
GET /v1/reports/{report_id}{?expand,fields}Reportsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$vision6_api_base}}/reports/{{$report_id}}?expand={{$expand}}&fields={{$fields}}" \
-X GET \
-H "Authorization: Bearer {{VISION6_API_KEY}}" \
-H "Accept: application/json"