---
title: "Get Dashboard"
method: GET
path: "/v1/workspaces/{workspace}/dashboard"
tags: ["v1", "protected", "dashboard"]
---

# Get Dashboard

`GET /v1/workspaces/{workspace}/dashboard`

Aggregate workspace state for the operator dashboard.

## Path parameters

- `workspace` string, required — Slug of the workspace the request acts in

## Response `200`

Successful Response

- DashboardResponse
  - `agents` AgentRow[], required
    - `agent_id` string, uuid, required
    - `cost_mtd_usd` number, required
    - `cost_today_usd` number, required
    - `last_activity_at` string, nullable, required
    - `name` string, required
    - `recent_task_names` string[], required
    - `tasks_done_today` integer, required
    - `tasks_failed_today` integer, required
  - `blockers` Blockers, required
    - `failed_24h` FailedTaskBlocker[], required
      - `agent_id` string, uuid, required
      - `agent_name` string, nullable
      - `error` string, nullable, required
      - `occurred_at` string, required
      - `task_id` string, uuid, required
    - `hitl` HitlBlocker[], required
      - `agent_id` string, uuid, required
      - `agent_name` string, nullable
      - `created_at` string, required
      - `description` string, required
      - `task_id` string, uuid, required
    - `wallet_exhausted` WalletExhaustedBlocker[], required
      - `agent_id` string, uuid, required
      - `agent_name` string, nullable
      - `budget_usd` number, required
      - `period` string, required
  - `daily_spend` DailySpendPoint[], required
    - `date` string, required
    - `usd` number, required
  - `daily_tasks` DailyTaskCounts[], required
    - `completed` integer, required
    - `date` string, required
    - `failed` integer, required
    - `input_required` integer, required
  - `spend` SpendCard, required
    - `cap_usd` number, nullable, required
    - `mtd_usd` number, required
    - `pct_of_cap` number, nullable, required
    - `projected_eom_usd` number, nullable, required
    - `projection_method` string
    - `today_usd` number, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/dashboard/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/d3ad8e1a3681?raw)
