Sign in

Get Report

documented

Retrieve a report by its ID.

GET /v1/reports/{report_id}{?expand,fields}Reportsno implementation yet0 runs
No 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"
Get Report · Vision6 · OpenIntegrations