d0dcc5024bd1
latestOpenAPI 3.0.42026-08-104969330.3 KBWebhookEvents
List webhook events dispatched for a case.
Returns all webhook events dispatched for the given case, scoped to your webhook subscriptions. Results are ordered newest-first.
Use cases:
- Verify that a specific event (e.g. case.updated) fired after a state transition.
- Inspect the exact payload delivered on each attempt.
- Find the event ID to replay via POST /webhooks/events/{id}/replay.
- Part of the CI-loop ASSERT step: after advancing a test case, query this endpoint to confirm the correct events fired.
Filtering:
- caseId (required): restricts to events for this case.
- since (optional): only returns events created at or after this ISO 8601 timestamp.
Note: Only events for your subscriptions are returned — events from other collection partners' subscriptions are never exposed.
get/webhooks/events
Query parameters
caseIdstring uuid
sincestring date-time
Response
List of webhook events