cURL
curl --request GET \ --url https://api.example.com/api/bash/bash_events/ \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
[ { "command": "<string>", "kind": "<string>", "cwd": "<string>", "timeout": 300, "id": "<string>", "timestamp": "2023-11-07T05:31:56Z" } ]
Get a batch of bash event events given their ids, returning null for any missing item.
Successful Response
The bash command to execute
"BashCommand"
The current working directory
The max number of seconds a command may be permitted to run.
Was this page helpful?