---
title: "Get a streaming pipeline's status"
method: GET
path: "/v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId}/status"
tags: ["Streaming Pipelines"]
---

# Get a streaming pipeline's status

`GET /v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId}/status`

Sends a request to the streaming agent to get the status of a streaming pipeline

## Path parameters

- `projectId` string, uuid, required
- `streamingPipelineId` string, uuid, required

## Response `200`

Successfully retrieved streaming pipeline's status

- StreamingPipelineStatusResponse
  - `status` 'STARTING' | 'SNAPSHOTTING' | 'STREAMING' | 'STOPPING' | 'NOT_RUNNING' | 'UNKNOWN' — The status of the streaming pipeline

## Other responses

- `400` — Bad request
- `403` — Unauthorized
- `404` — Streaming pipeline not found
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/revisions/6239825f68eb/schema)
