---
title: "Get line items for a task"
method: GET
path: "/tools/line-items/{task_id}"
tags: ["Transcription"]
---

# Get line items for a task

`GET /tools/line-items/{task_id}`

Retrieves the line items for a specific task and user.

- **task_id**: The ID of the task to retrieve the line items for.

Returns:
- The line items content and metadata with status

Caching strategy:
- Cache line items response with 60 second TTL
- Cache is invalidated when line items are generated/updated (via Celery tasks)

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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