ops
List Dead Letter Events
List all failed events for the authenticated tenant.
Returns events that failed processing after exhausting retries. Use this endpoint to investigate failures and retry or delete events.
Returns: List of failed events, optionally filtered by provider.
GET
List Dead Letter Events
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Filter by provider name
Response
Successful Response
Resource lifecycle event type.
Available options:
CREATE, UPDATE, DELETE, COPY, PATCH, MIGRATE_UP, MIGRATE_DOWN Previous
Bulk Delete Dead Letter EventsBulk delete failed events.
Requires either `?all=true` to delete all events or `?provider=x` to delete
events for a specific provider.
Returns:
Dictionary with count of deleted events.
Raises:
HTTPException: 400 if neither `all=true` nor `provider` specified.
Next
List Dead Letter Events