Skip to main content
GET
/
api
/
bash
/
bash_events
/
search
{
  "items": [
    {
      "command": "<string>",
      "cwd": "<string>",
      "timeout": 300,
      "kind": "BashCommand",
      "id": "<string>",
      "timestamp": "2023-11-07T05:31:56Z"
    }
  ],
  "next_page_id": "<string>"
}

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
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