---
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` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityTriggerDefinition[]
    - `connector` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityConnectorRequirement — nil means no connector required
      - `type` string — Required connector type (e.g., "slack")
    - `createdBy` string
    - `description` string
    - `documentationUrl` string
    - `logoUrl` string
    - `name` string
    - `payloadSchema` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOrderedSchema — Separate schema for wait-for-trigger config
    - `resultSchema` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOrderedSchema — Separate schema for wait-for-trigger config
    - `tags` string[] — Tags for filtering and categorization
    - `type` string
    - `waitPayloadSchema` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOrderedSchema — Separate schema for wait-for-trigger config
  - `message` string
  - `requestId` string

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
