List webhook log entries

GET {{baseUrl}}/v1/webhook_logs?pageSize=1000&skip=10&sort=value&status=error&webhookId=79722150.32893425&applicationId={{applicationId}}&campaignId={{campaignId}}&requestUuid=value&createdBefore=2022-11-08T00:11:22.082Z&createdAfter=2022-11-08T00:11:22.082Z

Retrieve all webhook log entries.

Request Params

KeyDatatypeRequiredDescription
pageSizenumberThe number of items in this response.
skipnumberThe number of items to skip when paging through large result sets.
sortstringThe field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -.

Note: This parameter works only with numeric fields. | | status | string | | Filter results by HTTP status codes. | | webhookId | string | | Filter results by Webhook. | | applicationId | string | | Filter results by Application ID. | | campaignId | string | | Filter results by campaign. | | requestUuid | string | | Filter results by request UUID. | | createdBefore | string | | Filter results where request and response times to return entries before parameter value, expected to be an RFC3339 timestamp string. You can use any timezone. Talon.One will convert to UTC internally. | | createdAfter | string | | Filter results where request and response times to return entries after parameter value, expected to be an RFC3339 timestamp string. You can use any timezone. Talon.One will convert to UTC internally. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring