Skip to main content
GET
Search Bash Events

Query Parameters

kind__eq
enum<string> | null
Available options:
BashCommand,
BashOutput
command_id__eq
string<uuid> | null
timestamp__gte
string<date-time> | null
timestamp__lt
string<date-time> | null
order__gt
integer | null

Only returns BashOutput events with order > this value. Useful for polling to fetch only new events since the last poll.

sort_order
enum<string>
default:TIMESTAMP
Available options:
TIMESTAMP,
TIMESTAMP_DESC
page_id
string | null
limit
integer
default:100

Response

Successful Response

items
(BashCommand · object | BashOutput · object)[]
required
next_page_id
string | null