Skip to main content
GET
/
v1
/
sessions
/
{session_id}
/
agent
/
status
Get Agent Status
curl --request GET \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/agent/status \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "<string>",
    "message": "<string>"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

Response

Agent status retrieved successfully.

data
object