ListWebhookLogs
Retrieve and optionally filter a list of webhook logs.
api
/v1
/webhooks
/logs
Query Parameters
pageSize
integer
The maximum number of webhook logs to return. The service may return fewer than this value. If unspecified, at most 50 runs will be returned. The maximum value is 1000.
"int64"
pageToken
string
A page token, received from a previous ListWebhookLogs
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListWebhookLogs
must match
the call that provided the page token.
filter
string
A Common Expression Language (CEL) filter string.
The available fields to filter by are webhook_id
, status
.
orderBy
string
How to order the retrieved webhook logs. Formatted as a comma-separated string i.e. "FIELD_NAME[ desc],...".
Available field to order_by is created_date
.
If left empty, items are ordered by created_date
in ascending order (oldest-first).
For more information about the format of this field, read this
Example: "created_date desc"
A successful response.