Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } }
Returns the status of the in-session AI agent. Requires the session to be running.
API key passed in the header
Agent status retrieved successfully.
Show child attributes
Was this page helpful?