Skip to main content
POST
Search system logs

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

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

data
object[]
required

Array of system log entries