Skip to main content
POST
Get integration log search count 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

Response

totalCount
number
required

Total count of integration logs matching the search criteria