---
title: "Stream logs by pipeline run ID"
method: GET
path: "/logs/pipeline/{runid}"
tags: ["logs"]
---

# Stream logs by pipeline run ID

`GET /logs/pipeline/{runid}`

Streams logs for a specific pipeline run ID using Server-Sent Events (SSE)

## Path parameters

- `runid` string, required

## Response `200`

Stream of log entries

- string

## Other responses

- `400` — Bad request - Invalid run ID
- `500` — Internal server error

## Changes

- **2026-01-20** `3cf22375c06a` — 1 info
  - endpoint added
- **2025-08-17** `2bbb58594c86` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/open-ug/apis/conveyor-ci-api/changes/logs/pipeline/:runid/get.md)

---

[API](https://skmtc.dev/open-ug/apis/conveyor-ci-api.md) · [All operations](https://skmtc.dev/open-ug/apis/conveyor-ci-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-ug/conveyor-ci-api/revisions/4ad35de52cbb/schema)
