---
title: "Get Pipeline Rate"
method: GET
path: "/api/v1/pipelines/{pipeline_id}/rate"
tags: ["pipelines"]
---

# Get Pipeline Rate

`GET /api/v1/pipelines/{pipeline_id}/rate`

Get the pipeline rate based on plan and effective processing region.

## Path parameters

- `pipeline_id` string, required

## Query parameters

- `processing_location` string, nullable — Optional residency region override (e.g. us, eu). When provided, use file_url or direct-upload; multipart uploads are rejected. When omitted, the request uses the team's configured residency and profile.

## Cookies

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

## Response `200`

Successful Response

- unknown

## 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)
