Skip to main content
GET
/
api
/
orgs
/
{id}
/
agents
/
manageable
List agents the current human can manage
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/agents/manageable \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Query Parameters

projectId
string

Optional project ID for access annotation

Response

Successful response

The response is of type object.