Sign in

Fetch statistics

documented

Fetch statistical data for alerts.

GET /api/accounts/{account_id}/statsStatisticsno 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.mention.net/api/accounts/{{$account_id}}/stats?from={{$from}}&to={{$to}}&timezone={{$timezone}}&interval={{$interval}}&alerts[]={{$alert_id1}}&alerts[]={{$alert_id2}}&week_day_stats={{$week_day_stats}}&week_day_by_hour_stats={{$week_day_by_hour_stats}}&country_stats={{$country_stats}}&influencers={{$influencers}}&reach_per_interval_stats={{$reach_per_interval_stats}}&author_influence.score={{$author_influence_score}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Accept-Version: 1.19"
Fetch statistics · mention · OpenIntegrations