Skip to content

WebhookEventsResponse

Defined in: v1/schemas.ts:796

The paginated wrapper returned by the /webhooks/:id/events endpoint. Supports filtering by HTTP status range and creation date.

  • output<typeof WebhookEventsResponseSchema>

events: { attempt_count?: number; created_at: string; id: number; last_attempted_at?: string | null; object_id?: number; object_type?: string; response_http_status?: number | null; webhook_id: number; workflow_state?: string; }[]

Defined in: v1/schemas.ts:788

optional attempt_count?: number

created_at: string

id: number

optional last_attempted_at?: string | null

optional object_id?: number

optional object_type?: string

optional response_http_status?: number | null

webhook_id: number

optional workflow_state?: string

z.infer.events


optional meta?: { from?: number; number_of_pages?: number; page?: number; per_page?: number; to?: number; total?: number; }

Defined in: v1/schemas.ts:789

optional from?: number

optional number_of_pages?: number

optional page?: number

optional per_page?: number

optional to?: number

optional total?: number

z.infer.meta