---
title: "Get dashboard overview (stats, credits, agent count)"
method: GET
path: "/api/v1/operator/dashboard"
tags: ["operator"]
---

# Get dashboard overview (stats, credits, agent count)

`GET /api/v1/operator/dashboard`

## Response `200`

- DashboardStatsDto
  - `creditsRemaining` number, required
  - `creditsTotal` number, required
  - `creditsResetDays` number, required
  - `tasksThisMonth` number, required
  - `tasksTrend` number, required
  - `verificationRate` number, required
  - `verificationTrend` number, required
  - `avgLatencyMs` number, required
  - `latencyTrend` number, required
  - `agentCount` number, required

## Changes

- **2026-04-10** `280a966f6587` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-03-14** `bcb7c5bf7ca6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/changes/api/v1/operator/dashboard/get.md)

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-prior-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-prior-api/revisions/33dd194c5572/schema)
