curl --request POST \
--url https://api.wirespeed.co/v1/integration/logs/clickhouse/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"integrationId": "<string>",
"search": "<string>",
"orderBy": "<string>",
"timezone": "<string>",
"day": "<string>"
}
'{
"totalCount": 123
}curl --request POST \
--url https://api.wirespeed.co/v1/integration/logs/clickhouse/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"integrationId": "<string>",
"search": "<string>",
"orderBy": "<string>",
"timezone": "<string>",
"day": "<string>"
}
'{
"totalCount": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt
Use this file to discover all available pages before exploring further.
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
Total count of integration logs matching the search criteria