List exec sessions
List all exec sessions for a sandbox.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
sandbox_id
Query parameters
since
Only return sessions with activity at or after this timestamp
Response
Successful Response
exec_id
first_timestamp
last_timestamp
log_count
is_interactive
True for interactive (WebSocket/PTY) sessions, False for exec (run command, stream output)
first_stdin_line
First stdin line: user input for interactive sessions, command invocation for exec sessions.
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error