Sign in

Count events for a project

documented

Get the count of events for a specific project.

GET /api/v2/projects/{project_id}/events/countProjectsno 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.exceptionless.com/api/v2/projects/{{$project_id}}/events/count" \
  -X GET \
  -H "Authorization: Bearer {{EXCEPTIONLESS_API_KEY}}" \
  -H "Accept: application/json"