---
title: "Get Cost Budget"
method: GET
path: "/api/v1/costs/{run_id}"
---

# Get Cost Budget

`GET /api/v1/costs/{run_id}`

Return budget status for a specific run.

Loads the persisted cost tracker from ``.sdd/runtime/costs/{run_id}.json``
and returns its ``BudgetStatus`` as JSON.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — No cost data for run
- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
