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

# Get Agent Overview

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

Aggregate stats + upcoming work for one agent.

## Path parameters

- `agent_id` string, uuid, required

## 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

> 19 revisions in range; 5 could not be searched.

- **2026-07-08** `8940d7f77282` — 2 breaking
  - the `last_activity_at/anyOf[subschema #1]/` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `upcoming/items/fires_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
- **2026-05-25** `043c77dd6269` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/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-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/ac18f7025c00/schema)
