Skip to main content
POST
Search integration logs from ClickHouse

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

context
string

Context that generated the logs

Response

data
object[]
required

Array of integration log entries from ClickHouse