Core
Reviewed Exec
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Core
Reviewed Exec
Run an execution in a reviewed session
POST
/
sessions
/
{session_id}
/
exec
curl --request POST \
--url https://use.hoop.dev/api/sessions/{session_id}/exec
{
"execution_time": 5903,
"exit_code": 1,
"has_review": false,
"output": "<string>",
"output_status": "failed",
"session_id": "5701046A-7B7A-4A78-ABB0-A24C95E6FE54",
"truncated": false
}
Path Parameters
The id of the resource
Response
200
application/json
The execution has finished
The response is of type object
.
curl --request POST \
--url https://use.hoop.dev/api/sessions/{session_id}/exec
{
"execution_time": 5903,
"exit_code": 1,
"has_review": false,
"output": "<string>",
"output_status": "failed",
"session_id": "5701046A-7B7A-4A78-ABB0-A24C95E6FE54",
"truncated": false
}