List agent delegations

GET/v1/authorization/delegations

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
NameLocationTypeRequiredDescription
principalIdquerystringNo
statusqueryactive | revoked | expiredNo
limitqueryintegerNo
Header parameters
NameLocationTypeRequiredDescription
X-Computer-Agents-OrganizationheaderstringNoActive organization context. If omitted, the authenticated user's personal organization is used.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Delegations in the active organizationapplication/json
FieldTypeRequiredDescription
dataobject[]Yes
data[].idstringYesUnique identifier.
data[].organizationIdstringYes
data[].delegatorPrincipalKindhuman | agent | service | systemYes
data[].delegatorPrincipalIdstringYes
data[].delegatePrincipalKindhuman | agent | service | systemYes
data[].delegatePrincipalIdstringYes
data[].actorUserIdstringNo
data[].agentIdstringNoAgent ID.
data[].agentVersionIdstringNo
data[].parentDelegationIdstringNo
data[].depthintegerYes
data[].allowedActionsstring[]Yes
data[].resourceConstraintsobjectYes
data[].resourceConstraints.typesstring[]No
data[].resourceConstraints.idsstring[]No
data[].contextConstraintsobjectNo
data[].statusactive | revoked | expiredYesCurrent lifecycle status.
data[].issuedAtstringYes
data[].expiresAtstringYes
data[].revokedAtstringNo
data[].metadataobjectNoFree-form metadata object.
List agent delegations
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow