Skip to main content
GET
/
api
/
sessions
/
active
[
  {
    "session_id": "<string>",
    "status": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

A list of active session objects with detailed information.

session_id
string
required

Unique identifier for the session.

status
string
required

Current status of the session. For example, 'running'.

created_at
string<date-time>
required

Timestamp when the session was created in ISO 8601 format.