cURL
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" } ]
Fetch a list of live session IDs associated with the provided API key.
API key passed in the header
A list of active session objects with detailed information.
Unique identifier for the session.
Current status of the session. For example, 'running'.
Timestamp when the session was created in ISO 8601 format.