---
title: "Get Agent Overview"
method: GET
path: "/v1/workspaces/{workspace}/agents/{agent_id}/overview"
tags: ["v1", "protected", "dashboard"]
---

# Get Agent Overview

`GET /v1/workspaces/{workspace}/agents/{agent_id}/overview`

Aggregate stats + upcoming work for one agent.

## Path parameters

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

## Response `200`

Successful Response

- AgentOverviewResponse
  - `cost_mtd_usd` number, required
  - `cost_today_usd` number, 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
  - `last_activity_at` string, nullable, required
  - `tasks_done_today` integer, required
  - `tasks_failed_today` integer, required
  - `upcoming` UpcomingItem[], required
    - `cron_expression` string, nullable
    - `fires_at` string, required
    - `kind` string, required
    - `task_id` string, uuid, nullable
    - `title` string, required
    - `trigger_id` string, uuid, nullable

## 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/agents/:agent_id/overview/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/286327d8bd86?raw)
