---
title: "Stream revision progress"
method: GET
path: "/v2/revisions/{revision}/progress"
tags: ["revisions"]
---

# Stream revision progress

`GET /v2/revisions/{revision}/progress`

Stream revision build progress. The stream ends when the revision
reaches a terminal state (`succeeded`, `failed`, or `skipped`).

Supports both JSONL (`Accept: application/x-ndjson`) and SSE (`Accept: text/event-stream`)
formats via the `Accept` header.

## Path parameters

- `revision` string, required

## Response `200`

OK

---

[API](https://skmtc.net/deno/apis/deploy.md) · [All operations](https://skmtc.net/deno/apis/deploy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deno/deploy/versions/5a56038d108e/schema)
