List recent webhooks
GET
/v1/webhook_endpoints/hooks/list
List recent webhooks with optional filters.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
Response List Webhooks V1 Webhook Endpoints Hooks List Get
Array<object>
WebhookResponseobject
id
required
Id
string format: uuid
webhook_endpoint_id
required
Webhook Endpoint Id
string format: uuid
webhook_type
required
Webhook Type
string
payload
required
Payload
object
key
additional properties
any
status
required
Status
string
retries
required
Retries
integer
max_retries
required
Max Retries
integer
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>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context