Skip to main content
POST
/
v1
/
integration
/
logs
/
clickhouse
Search integration logs from ClickHouse
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
size
number
required
page
number
required
integrationId
string
required

ID of the integration to search logs for

filter
enum<string>

Filter logs by type

Available options:
error,
warning,
info,
debug
orderBy
string
orderDir
enum<string>
Available options:
asc,
desc
timezone
string

Timezone for log search results

day
string

Specific day to search logs for

Response

data
object[]
required

Array of integration log entries from ClickHouse