Sign in

Run report

documented

Execute a saved report and return its data in JSON.

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.quickbase.com/v1/reports/{{$reportId}}/run?tableId={{$tableId}}" \
  -X POST \
  -H "QB-Realm-Hostname: {{QUICKBASE_REALM_HOSTNAME}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"tableId": "{{$tableId}}", "limit": {{$limit}}, "offset": {{$offset}}, "filters": [{"fieldId": {{$filterFieldId}}, "operator": "eq", "value": "{{$filterValue}}"}]}'
Run report · Quickbase · OpenIntegrations