ops
Retry All Dead Letter Events
Retry all failed events for the authenticated tenant.
Requeues all failed events for processing and removes them from the failed events list. Events will be processed automatically.
Returns: Dictionary with count of retried events.
POST
Retry All 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.
Response
200 - application/json
Successful Response
Previous
Get My OrganizationReturn the authenticated caller's own organization record.
Self-scoped replacement for the deleted
``GET /organizations/{organization_id}`` detail endpoint. Only
reads the caller's own organization, so the tenant-enumeration
risk that motivated PRA-362 does not apply: there is no
``organization_id`` path parameter for a customer admin to
substitute another tenant's id into.
Returns:
Organization record for ``user.organization_id``.
Raises:
OrganizationNotFoundError: If the caller's organization row is
missing. The bootstrap-ready gate above normally keeps this
from being reachable, but the dependency is defensive.
Next
Retry All Dead Letter Events