exceptionless
Exception monitoring and API workflow automation
Actions (13)
Events · 6
- Count eventsGET /api/v2/events/count
Get the total number of events across your organization.
documented - Create eventPOST /api/v2/events
Submit a new event (message, log, or error) to Exceptionless.
documented - Get eventGET /api/v2/events/{event_id}
Retrieve details for a single event by its ID.
documented - Get event by reference IDGET /api/v2/events/by-ref/{referenceId}
Lookup an event by its Reference Id.
documented - List eventsGET /api/v2/events
Retrieve events for your organization or projects with optional filters.
documented - Search eventsGET /api/v2/events?{query}
Fetch events using filters and query parameters (reference IDs, etc.).
documented
Projects · 4
- Count events for a projectGET /api/v2/projects/{project_id}/events/count
Get the count of events for a specific project.
documented - Generate project tokenPOST /api/v2/projects/{project_id}/tokens
Create a new client-scoped token for a project.
documented - List events for a projectGET /api/v2/projects/{project_id}/events
Fetch events belonging to a specific project.
documented - List projectsGET /api/v2/projects
Retrieve all projects for the authenticated user.
documented