Get Subscription
Retrieve a specific webhook subscription with its recent delivery attempts.
Returns the subscription configuration along with a history of message delivery attempts. This is useful for debugging delivery issues or verifying that your endpoint is correctly receiving events.
Use include_secret=true to also retrieve the signing secret for webhook signature verification. Keep this secret secure.
Path parameters
The unique identifier of the subscription to retrieve (UUID).
The unique identifier of the subscription to retrieve (UUID).
Query parameters
Include the signing secret for webhook signature verification. Keep this secret secure and use it to verify the 'svix-signature' header.
Include the signing secret for webhook signature verification. Keep this secret secure and use it to verify the 'svix-signature' header.
Response
Subscription with delivery attempts
Example response
{
"created_at": "2024-03-01T08:00:00Z",
"description": "Production notifications for data team",
"disabled": false,
"filter_types": [
"sync.completed",
"sync.failed"
],
"health_status": "healthy",
"id": "c3d4e5f6-a7b8-9012-cdef-345678901234",
"updated_at": "2024-03-15T14:30:00Z",
"url": "https://api.mycompany.com/webhooks/airweave"
}