curl --request POST \
--url https://api.wirespeed.co/integration/logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"integrationId": "<string>",
"size": 123,
"page": 123,
"filter": "error",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"timezone": "<string>",
"day": "<string>"
}
'{
"data": [
{
"id": "<string>",
"message": "<string>",
"type": "error",
"context": {},
"createdAt": "<string>",
"integrationId": "<string>"
}
],
"totalCount": 123
}curl --request POST \
--url https://api.wirespeed.co/integration/logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"integrationId": "<string>",
"size": 123,
"page": 123,
"filter": "error",
"search": "<string>",
"orderBy": "<string>",
"orderDir": "asc",
"timezone": "<string>",
"day": "<string>"
}
'{
"data": [
{
"id": "<string>",
"message": "<string>",
"type": "error",
"context": {},
"createdAt": "<string>",
"integrationId": "<string>"
}
],
"totalCount": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the integration to search logs for
Filter logs by type
error, warning, info, debug asc, desc Timezone for log search results
Specific day to search logs for