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_idstringRequired

Query parameters

sincedatetime or nullOptional
Only return sessions with activity at or after this timestamp

Response

Successful Response
exec_idstring
first_timestampdatetime
last_timestampdatetime
log_countinteger
is_interactivebooleanDefaults to false

True for interactive (WebSocket/PTY) sessions, False for exec (run command, stream output)

first_stdin_linestringDefaults to

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