List external automations
get
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
idstringOptional
Unique identifier of the external automation
namestringOptional
Name of the external automation
descriptionstringOptional
Description of the external automation
platformstring · enumOptionalPossible values:
Platform for the external automation
createdAtstring · date-timeOptional
Creation timestamp
updatedAtstring · date-timeOptional
Last update timestamp
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
get
/agents/{agentId}/external-automationsLast updated