API ReferenceWebhooks
List webhook deliveries
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Include your API key in the Authorization header as Bearer rf_your_key.
In: header
Path Parameters
id*string
Webhook ID
Query Parameters
limit?integer
Maximum number of deliveries to return
Default
50Format
int64Range
1 <= value <= 100offset?integer
Number of deliveries to skip
Default
0Format
int64Range
0 <= valueResponse Body
application/json
application/problem+json
curl -X GET "http://localhost:8080/api/v1/webhooks/string/deliveries"{
"deliveries": [
{
"attempt_number": 0,
"created_at": "string",
"delivered_at": "string",
"error_message": "string",
"event_type": "string",
"id": "string",
"job_id": "string",
"max_attempts": 0,
"next_retry_at": "string",
"response_time_ms": 0,
"status": "string",
"status_code": 0,
"url": "string",
"webhook_id": "string"
}
]
}{
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "string",
"message": "string",
"value": null
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}