cURL
curl --request GET \ --url https://api.example.com/api/bash/bash_events/{event_id}
{ "command": "<string>", "kind": "<string>", "cwd": "<string>", "timeout": 300, "id": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Get a bash event event given an id
Documentation IndexFetch the complete documentation index at: https://allhandsai-remove-v0-docs.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://allhandsai-remove-v0-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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?