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
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
sort | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |