Skip to content

WebhooksResponse

Defined in: v1/schemas.ts:762

The wrapper returned by the /webhooks endpoint.

This endpoint returns all webhooks including deleted ones, with no pagination or filtering support. See Webhook for important notes on interpreting workflow_state values.

  • output<typeof WebhooksResponseSchema>

webhooks: { event_trigger?: string; id: number; url?: string; webhook_events_count?: number; workflow_state?: string; }[]

Defined in: v1/schemas.ts:751

optional event_trigger?: string

id: number

optional url?: string

optional webhook_events_count?: number

optional workflow_state?: string

z.infer.webhooks