Skip to content

List computer use sessions

GET
/api/computer-use/sessions

Returns computer-use sessions for the authenticated tenant, ordered by created_at descending. Optionally filter by status.

Authorizations

Parameters

Query Parameters

status
Any of:
string

Filter by status (pending, running, completed, failed, pending_approval)

limit

Maximum results (max 100)

integer
default: 20 >= 1 <= 100

Maximum results (max 100)

Responses

200

Successful Response

Array<object>

Summary of a computer-use session for list views.

Attributes: id: Session UUID. agent_role: Which C-suite agent initiated the session. executor_type: The executor implementation type. task: Task description. status: Current lifecycle status. steps_executed: Number of screenshot-action iterations completed. credits_consumed: Credits deducted for this session. pre_act_plan: JSON execution plan generated before launch. created_at: When the session was created. started_at: When container execution began (if started). completed_at: When the session finished (if finished).

object
agent_role
required
string
completed_at
Any of:
string format: date-time
created_at
required
string format: date-time
credits_consumed
required
integer
executor_type
required
string
id
required
string format: uuid
pre_act_plan
Any of:
object
key
additional properties
any
started_at
Any of:
string format: date-time
status
required
string
steps_executed
required
integer
task
required
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string