Skip to content

List recent webhooks

GET
/v1/webhook_endpoints/hooks/list

List recent webhooks with optional filters.

skip
Skip
integer
0
limit
Limit
integer
default: 100 >= 1 <= 1000
webhook_type
Any of:
string
status
Any of:
string

Successful Response

Response List Webhooks V1 Webhook Endpoints Hooks List Get
Array<object>
WebhookResponse
object
id
required
Id
string format: uuid
webhook_endpoint_id
required
Webhook Endpoint Id
string format: uuid
webhook_type
required
Webhook Type
string
object_type
Any of:
string
object_id
Any of:
string format: uuid
payload
required
Payload
object
key
additional properties
any
status
required
Status
string
retries
required
Retries
integer
max_retries
required
Max Retries
integer
last_retried_at
Any of:
string format: date-time
http_status
Any of:
integer
response
Any of:
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object