---
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/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
