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.
Extends
Section titled “Extends”output<typeofWebhookEventsResponseSchema>
Properties
Section titled “Properties”events
Section titled “events”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
attempt_count?
Section titled “attempt_count?”
optionalattempt_count?:number
created_at
Section titled “created_at”created_at:
string
id:
number
last_attempted_at?
Section titled “last_attempted_at?”
optionallast_attempted_at?:string|null
object_id?
Section titled “object_id?”
optionalobject_id?:number
object_type?
Section titled “object_type?”
optionalobject_type?:string
response_http_status?
Section titled “response_http_status?”
optionalresponse_http_status?:number|null
webhook_id
Section titled “webhook_id”webhook_id:
number
workflow_state?
Section titled “workflow_state?”
optionalworkflow_state?:string
Inherited from
Section titled “Inherited from”z.infer.events
optionalmeta?: {from?:number;number_of_pages?:number;page?:number;per_page?:number;to?:number;total?:number; }
Defined in: v1/schemas.ts:789
optionalfrom?:number
number_of_pages?
Section titled “number_of_pages?”
optionalnumber_of_pages?:number
optionalpage?:number
per_page?
Section titled “per_page?”
optionalper_page?:number
optionalto?:number
total?
Section titled “total?”
optionaltotal?:number
Inherited from
Section titled “Inherited from”z.infer.meta