Skip to main content
GET
/
v1
/
memory
/
agents
List freezable agents
curl --request GET \
  --url https://api.hq.zone/v1/memory/agents \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    {
      "agent_slug": "<string>",
      "frozen": true,
      "frozen_at": "2023-11-07T05:31:56Z",
      "reason": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Response

200 - application/json

Agents in the workspace + your freeze state for each

agents
object[]
required