---
title: "Get Task Brief"
method: GET
path: "/v2/tasks/{task_id}/brief"
tags: ["tasks"]
---

# Get Task Brief

`GET /v2/tasks/{task_id}/brief`

A draft task's brief, with presigned attachment download URLs.

## Path parameters

- `task_id` string, uuid, required

## Response `200`

Successful Response

- TaskBriefResponse — Client-facing brief with presigned attachment download URLs.
  - `prompt` string, required
  - `attachments` AttachmentResponse[]
    - `name` string, required
    - `url` string, nullable
    - `storage_url` string, nullable
    - `size` integer, nullable
    - `content_type` string, nullable
    - `status` 'staged' | 'archived' | 'failed'
    - `error` string, nullable
    - `archived_at` string, date-time, nullable

## Other responses

- `400` — Invalid or malformed request
- `401` — Missing or invalid credentials
- `403` — Caller may not access this resource
- `404` — Referenced entity does not exist
- `409` — Resource already exists
- `422` — Validation Error

---

[API](https://skmtc.dev/hud/apis/hud-platform.md) · [All operations](https://skmtc.dev/hud/apis/hud-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hud/hud-platform/revisions/58558fc733d9/schema)
