Skip to main content
POST
Get system log search count

Authorizations

Authorization
string
header
required

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

Body

application/json
size
number
page
number
filter
string
orderBy
string
orderDir
enum<string>
Available options:
asc,
desc
security
boolean

Filter to show only security events when true

types
string[]

When set, only rows whose type is in this list (see @wire/shared SYSTEM_LOG_EVENT_TYPES). The value general also matches legacy rows with null or empty type.

statuses
string[]

When set, only rows whose status is in this list (see @wire/shared SYSTEM_LOG_EVENT_STATUSES)

createdAfter
string

Inclusive lower bound on created_at (ISO8601)

createdBefore
string

Inclusive upper bound on created_at (ISO8601)

Response

totalCount
number
required

Total number of system log entries matching the search criteria