---
title: "GET /v1/triggers"
method: GET
path: "/v1/triggers"
tags: ["triggers"]
---

# GET /v1/triggers

`GET /v1/triggers`

List all available triggers, optionally filtered by tags

## Query parameters

- `tags` string[]

## Response `200`

OK

- ListTriggersSuccessResponse
  - `code` integer
  - `data` TriggerDefinition[]
    - `connector` ConnectorRequirement — nil means no connector required
      - `accountType` string — Required wallet account type (e.g., "polymarket_deposit_wallet")
      - `type` string — Required connector type (e.g., "slack")
      - `walletSupport` string[] — Wallet account types this action supports (e.g., ["eoa"]). Nil = all types allowed.
    - `createdBy` string
    - `description` string
    - `documentationUrl` string
    - `logoUrl` string
    - `name` string
    - `payloadSchema` OrderedSchema — Separate schema for wait-for-trigger config
    - `platform` string — Platform grouping for integrations page (e.g., "hyperliquid")
    - `resultSchema` OrderedSchema — Separate schema for wait-for-trigger config
    - `tags` string[] — Tags for filtering and categorization
    - `type` string
    - `waitPayloadSchema` OrderedSchema — Separate schema for wait-for-trigger config
  - `message` string
  - `requestId` string

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
