Webhooks
List Delivery Logs
Retrieves the delivery attempt history for a webhook, including response status and timestamps. Supports pagination.
GET
This endpoint accepts a project API key (
AS_ prefix). Returns the delivery attempt history for a webhook, most recent first.Authorizations
Project API key header of the form Bearer
AS_<key>.Path Parameters
The unique identifier of the webhook.Example:
"60d5ec49f1b2c72d9c8b1234"Query Parameters
Page number for pagination.Default:
1Number of logs to return per page.Default:
50Range: 1–100Response
Delivery logs retrieved successfully (200)Indicates if the request was successful
Paginated delivery logs
Error Responses
Returned when no webhook with the given ID exists in the project.