---
title: "Get all pipeline-based webhooks"
method: GET
path: "/pipelines/{pipelineKey}/webhooks"
---

# Get all pipeline-based webhooks

`GET /pipelines/{pipelineKey}/webhooks`

## Path parameters

- `pipelineKey` string, required

## Response `200`

200

- object
  - `results` object[]
    - `event` string
    - `targetUrl` string
    - `pipelineKey` string
    - `userKey` string
    - `key` string
    - `creationDate` integer
    - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
