Skip to content

sentWebhooks

Fetch paginated SentWebhooks collection. SentWebhook records are available for 180 days.

Arguments

after · Cursor · Cursor to fetch results after

Returns

[SentWebhook!]

Example

query sentWebhooks(
$keywords: String
$order_by: SentWebhookOrderKeys
$sort_by: String
$offset: Int
$page_size: Int
$after: Cursor
) {
sentWebhooks(
keywords: $keywords
order_by: $order_by
sort_by: $sort_by
offset: $offset
page_size: $page_size
after: $after
) {
created_at
cursor
event_type
http_response_status
id
resource_id
resource_id_type
url
webhook_id
}
}