Skip to main content
GET
/
noCo
/
api
/
v2
/
elementPermissions
/
{elementType}
/
{agentId}
Get Custom Agent Permissions
curl --request GET \
  --url https://be.datagol.ai/noCo/api/v2/elementPermissions/{elementType}/{agentId} \
  --header 'x-auth-token: <api-key>'

Authorizations

x-auth-token
string
header
required

For server-to-server or automated access, use a DataGOL Service Account key. Pass it via the x-auth-token header instead of Authorization: x-auth-token: <service-account-key>

Path Parameters

elementType
enum<string>
required

Always CUSTOM_AGENT.

Available options:
CUSTOM_AGENT
agentId
string<uuid>
required

UUID of the Custom Agent.

Response

Array of permission grants for this agent.