curl --request POST \
--url https://api.wirespeed.co/v1/integration/logs/clickhouse \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"integrationId": "<string>",
"search": "<string>",
"orderBy": "<string>",
"timezone": "<string>",
"day": "<string>"
}
'{
"data": [
{
"id": "<string>",
"message": "<string>",
"context": "<string>",
"createdAt": "<string>",
"integrationId": "<string>"
}
]
}curl --request POST \
--url https://api.wirespeed.co/v1/integration/logs/clickhouse \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"page": 123,
"integrationId": "<string>",
"search": "<string>",
"orderBy": "<string>",
"timezone": "<string>",
"day": "<string>"
}
'{
"data": [
{
"id": "<string>",
"message": "<string>",
"context": "<string>",
"createdAt": "<string>",
"integrationId": "<string>"
}
]
}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
Array of integration log entries from ClickHouse
Show child attributes