List events for a project
documentedFetch events belonging to a specific project.
GET /api/v2/projects/{project_id}/eventsProjectsno implementation yet0 runsNo 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"