v1
latestSwagger 2.02026-07-13302640.0 KBLogs
List logs
get/v1/logs
Query parameters
fromstring
YYYY-MM-DD date from when the logs should be returned, for example '2020-01-01'
tostring
YYYY-MM-DD last day till when the logs should be returned, for example '2020-01-02' (includes the last day)
bucketstring
Optional bucket ID for filtering logs
limitinteger
Limit of the logs to return
offsetinteger
Offset of the logs when querying
status'status' | 'failed' | 'stalled' | 'received' | 'rejected'
Webhook log status
Response
Successful Response
Example response
{
"data": [
{
"response_headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
},
"headers": {
"Content-Type": [
"JSON"
],
"Foo": [
"Bar"
]
}
}
]
}