curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/deliveries \
--header 'Authorization: Bearer <token>'[
{
"delivery_id": "<string>",
"event_id": "<string>",
"endpoint_id": "<string>",
"event_type": "<string>",
"status": "pending",
"attempt_count": 123,
"max_attempts": 123,
"last_response_status": 123,
"last_error": "<string>",
"latency_ms": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Paginated delivery log for the organization. Optionally filter by endpoint_id.
curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/deliveries \
--header 'Authorization: Bearer <token>'[
{
"delivery_id": "<string>",
"event_id": "<string>",
"endpoint_id": "<string>",
"event_type": "<string>",
"status": "pending",
"attempt_count": 123,
"max_attempts": 123,
"last_response_status": 123,
"last_error": "<string>",
"latency_ms": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Filter deliveries to a specific endpoint
Number of deliveries to return (max 100)
x <= 100Offset for pagination
Delivery log entries
Unique identifier (whd-xxxxxxxx)
pending, delivering, delivered, failed, retrying HTTP status code from last delivery attempt
Round-trip latency in milliseconds