---
title: "List trigger workflows"
method: GET
path: "/v1/connect/{project_id}/deployed-triggers/{trigger_id}/pipelines"
---

# List trigger workflows

`GET /v1/connect/{project_id}/deployed-triggers/{trigger_id}/pipelines`

Get workflows connected to receive events from this trigger

## Query parameters

- `external_user_id` string, required

## Headers

- `x-pd-environment` 'development' | 'production', required — The environment in which the server client is running

## Response `200`

trigger workflows retrieved

- GetTriggerWorkflowsResponse — Response received when retrieving trigger workflows
  - `workflow_ids` string[], required

## Other responses

- `429` — too many requests

---

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