Skip to main content

List webhook events dispatched for a case.

GET 

/webhooks/events

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.

Request

Responses

List of webhook events