List external automations
get
List all external automations for an agent. Requires admin access.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
The ID of the agent
Responses
200
List of external automations retrieved successfully.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
get
/agents/{agentId}/external-automationsLast updated