Sign in

View report

documented

Retrieve a report for a store.

GET /reports/{report_id}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://api.foxy.io/v1/reports/{{$report_id}}" \
  -X GET \
  -H "Accept: application/hal+json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  # Docs: Foxy hAPI reports endpoint. See https://api.foxy.io/docs for overview and https://api.foxy.io/rels/reports for endpoint details. ([api.foxy.io](https://api.foxy.io/docs?utm_source=openai))