---
title: "Get task blob (self-hosted)"
method: GET
path: "/self-hosted/{accountId}/tasks/{taskId}/blob"
tags: ["Self-Hosted Runners"]
---

# Get task blob (self-hosted)

`GET /self-hosted/{accountId}/tasks/{taskId}/blob`

Retrieves task blob data by task ID (self-hosted)

## Path parameters

- `accountId` string, required
- `taskId` string, required

## Response `200`

Task blob retrieved successfully

- object — Map of sub-task types to blob content (base64-encoded byte arrays)

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Insufficient permissions
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
