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

# Get trigger

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

Get the schema for a single trigger type.

## Path parameters

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

## Response `200`

Trigger definition

- 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` — Trigger 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)
