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
chevron-right
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 · enumOptional

Platform for the external automation

Possible values:
createdAtstring · date-timeOptional

Creation timestamp

updatedAtstring · date-timeOptional

Last update timestamp

get
/agents/{agentId}/external-automations

Last updated