List Triggers
Agent Schedules & Triggers
List Triggers
List all webhook triggers for an agent
GET
List Triggers
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Path Parameters
Agent UUID
Query Parameters
Page number (min: 1)
Results per page (min: 1, max: 100)
Example Request
Response
The
webhook_secret is not included in list responses for security. Secrets are shown only once during trigger creation.Response Fields
| Field | Type | Description |
|---|---|---|
uuid | string | Trigger UUID |
agent_uuid | string | Agent UUID |
name | string | Trigger name |
message_template | string | Message template with {{payload.*}} variables |
enabled | boolean | Whether trigger is active |
webhook_url | string | Full webhook URL for external systems to POST to |
created_at | string | Creation timestamp (ISO 8601) |
updated_at | string | Last update timestamp (ISO 8601) |
Error Responses
404 Not Found
- Agent not found or you don’t have access
429 Too Many Requests
- Rate limit exceeded

