---
title: "List triggers"
method: GET
path: "/{namespace}/{connectionId}/.triggers"
tags: ["connect"]
---

# List triggers

`GET /{namespace}/{connectionId}/.triggers`

List trigger types exposed by a connection.

## Path parameters

- `namespace` string, required
- `connectionId` string, required

## Response `200`

Trigger definitions

- TriggerDefinition[]
  - `name` string, required — Trigger name exposed by the MCP server
  - `description` string
  - `delivery` string[], required — Supported delivery modes
  - `inputSchema` LooseObject
  - `payloadSchema` LooseObject

## Other responses

- `404` — Connection not found

---

[API](https://skmtc.net/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.net/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/revisions/60b8c3d2fecf/schema)
