Skip to main content
GET
/
v2
/
trigger-config
/
{agentId}
List Agent Trigger Types
curl --request GET \
  --url https://api.duvo.ai/v2/trigger-config/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "trigger_types": [
    {
      "integration_slug": "<string>",
      "integration_name": "<string>",
      "icon_url": "<string>",
      "trigger_type": "<string>",
      "label": "<string>",
      "description": "<string>",
      "filter_schema": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agentId
string<uuid>
required

The agent's unique identifier

Response

Default Response

trigger_types
object[]
required