---
title: "Get Pipelines Using Processor"
method: GET
path: "/api/v1/custom_pipelines/{processor_id}/pipelines"
tags: ["Custom Pipelines (Deprecated)"]
---

# Get Pipelines Using Processor

`GET /api/v1/custom_pipelines/{processor_id}/pipelines`

List pipelines (from the Pipeline table) that reference this custom processor
in their steps JSON.

## Path parameters

- `processor_id` string, required

## Cookies

- `wos-session` string
- `datalab_active_team` string

## Response `200`

Successful Response

- PipelinesUsingProcessorResponse — Response listing pipelines that use a given custom processor.
  - `pipelines` PipelineReference[]
    - `pipeline_id` string, required
    - `name` string, nullable
    - `created` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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