Sign in

List events for a project

documented

Fetch events belonging to a specific project.

GET /api/v2/projects/{project_id}/eventsProjectsno 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?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{EXCEPTIONLESS_API_KEY}}" \
  -H "Accept: application/json"
List events for a project · exceptionless · OpenIntegrations