List Webhook Logs
List webhook delivery attempts for the caller's organization. Filter by webhook_id (see GET /webhooks for available ids) or connector_id to narrow the results.
Query parameters
Number of results to return per page.
Number of results to return per page.
The pagination cursor value.
The pagination cursor value.
Restrict results to deliveries for this webhook.
Restrict results to deliveries for this webhook.
Restrict results to deliveries triggered for this connector.
Restrict results to deliveries triggered for this connector.
Comma-separated webhook event types to filter logs by.
Comma-separated webhook event types to filter logs by.
Comma-separated HTTP response codes to filter logs by.
Comma-separated HTTP response codes to filter logs by.
Only logs created at or after this datetime. Format: ISO 8601. If no timezone offset is supplied, the value is interpreted as UTC.
Only logs created at or after this datetime. Format: ISO 8601. If no timezone offset is supplied, the value is interpreted as UTC.
Only logs created at or before this datetime. Format: ISO 8601. If no timezone offset is supplied, the value is interpreted as UTC.
Only logs created at or before this datetime. Format: ISO 8601. If no timezone offset is supplied, the value is interpreted as UTC.
If true, only error logs (HTTP response code >= 400) are returned.
If true, only error logs (HTTP response code >= 400) are returned.
Response
Successful Response
Example response
{
"cursor": "MDE4YjE4ZWYtYzk5Yy03YTg2LTk5NDYtN2I3YzlkNTQzM2U1",
"page_size": 50
}Changes
Changed in 3 of the 11 revisions of this API.12
- ○
queryrequest parametercreated_at_fromlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parametercreated_at_tolist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parametercursorlist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
queryrequest parameterresponse_codelist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
for the
queryrequest parametercreated_at_from, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parametercreated_at_to, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parametercursor, the type/format was generalized fromstring/to/request-parameter-type-generalized
- ○
for the
queryrequest parameterresponse_code, the type/format was generalized fromstring/to/request-parameter-type-generalized
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○