Skip to main content
GET
This endpoint accepts a project API key (AS_ prefix). Returns the delivery attempt history for a webhook, most recent first.

Authorizations

string | header
required
Project API key header of the form Bearer AS_<key>.

Path Parameters

string
required
The unique identifier of the webhook.Example: "60d5ec49f1b2c72d9c8b1234"

Query Parameters

integer
Page number for pagination.Default: 1
integer
Number of logs to return per page.Default: 50Range: 1100

Response

Delivery logs retrieved successfully (200)
boolean
Indicates if the request was successful
object
Paginated delivery logs

Error Responses

object
Returned when no webhook with the given ID exists in the project.