API ReferenceAgents

List agent actions

Actions across all integrations.

GET
/api/v1/console/agents/{agentId}/actions

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Team API key (prefix sk_). You may also send the key via X-Api-Key header.

In: header

Path Parameters

agentId*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/console/agents/string/actions"
{  "message": "Success",  "data": [    {      "id": "string",      "integration_id": "string",      "integration_type": "string",      "integration_name": "string",      "name": "string",      "action_name": "string",      "description": "string",      "is_enabled": true    }  ]}