GET
/
api
/
sessions
/
active
curl --request GET \
  --url https://api.anchorbrowser.io/api/sessions/active \
  --header 'anchor-api-key: <api-key>'
[
  {
    "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

200
application/json

A list of active session objects with detailed information.

The response is of type object[].