Skip to main content
GET
/
v2
/
triggers
/
{agentId}
List Agent Triggers
curl --request GET \
  --url https://api.duvo.ai/v2/triggers/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "triggers": [
    {
      "id": "<string>",
      "agent_id": "<string>",
      "user_id": "<string>",
      "integration_slug": "<string>",
      "trigger_type": "<string>",
      "filter_config": {},
      "integration_instance_id": "<string>",
      "enabled": true,
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

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

triggers
object[]
required