---
title: "Attach Task"
method: GET
path: "/tasks/{task_id}/attach"
tags: ["Tasks"]
---

# Attach Task

`GET /tasks/{task_id}/attach`

Attach to a running task and receive its events as an SSE stream.

## Path parameters

- `task_id` string, uuid, required

## Response `200`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/7f577998739b/schema)
