Sign in

Get admin report

documented

Fetch an administrative report by name.

GET /admin/reports/{report}.jsonAdminno 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://discourse.org/admin/reports/{{$report}}.json?reports[{{$report}}][start_date]={{start_date}}&reports[{{$report}}][end_date]={{end_date}}&reports[{{$report}}][limit]={{limit}}&reports[{{$report}}][facets][]=prev_period" -X GET -H "Accept: application/json" -H "Api-Key: {{DISCOURSE_API_KEY}}" -H "Api-Username: {{$admin_username}}"
Get admin report · discourse · OpenIntegrations