---
title: "Get Stream Endpoint"
method: GET
path: "/api/v1/tasks/{task_id}/stream"
tags: ["streaming"]
---

# Get Stream Endpoint

`GET /api/v1/tasks/{task_id}/stream`

## Path parameters

- `task_id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- GetStreamResponse
  - `stream_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/optexity/apis/dashboard-backend-api.md) · [All operations](https://skmtc.dev/optexity/apis/dashboard-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optexity/dashboard-backend-api/revisions/2e974096944a/schema)
