Skip to main content
GET
/
api
/
bash
/
bash_events
/
search
{
  "items": [
    {
      "command": "<string>",
      "cwd": "<string>",
      "timeout": 300,
      "kind": "BashCommand",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "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>
Available options:
TIMESTAMP,
TIMESTAMP_DESC
page_id
string | null
limit
integer
default:100
Required range: x > 0

Response

Successful Response

items
Items · array
required
  • BashCommand
  • BashOutput
next_page_id
string | null