---
title: "Get Pipeline"
method: GET
path: "/nessie/pipeline/status"
tags: ["Retrieve Pipelines"]
---

# Get Pipeline

`GET /nessie/pipeline/status`

## Query parameters

- `project_id` integer, required
- `name` string, required
- `summary` string
- `status` string[]

## Response `200`

Success

- PipelineStatusResponse
  - `canceled` object[]
    - `project_id` number — Your project id (must be specified when using service account based authentication)
    - `name` string
    - `state` string
    - `last_finish` string
    - `run_at` string
    - `from_date` string
    - `to_date` string
  - `retried` object[]
    - `project_id` number — Your project id (must be specified when using service account based authentication)
    - `name` string
    - `state` string
    - `last_finish` string
    - `run_at` string
    - `from_date` string
    - `to_date` string
  - `succeeded` object[]
    - `project_id` number — Your project id (must be specified when using service account based authentication)
    - `name` string
    - `state` string
    - `last_finish` string
    - `run_at` string
    - `from_date` string
    - `to_date` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/mixpanel/apis/query-api.md) · [All operations](https://skmtc.net/mixpanel/apis/query-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpanel/query-api/revisions/f442da95252a/schema)
