---
title: "Admin overview"
method: GET
path: "/admin/overview"
tags: ["admin"]
---

# Admin overview

`GET /admin/overview`

Returns per-instance counts (users, projects, shares) plus version and license info. Instance-admin only, gated by the admin_panel feature.

## Response `200`

OK

- ModelsOverview
  - `license` LicenseInfo
    - `expires_at` string
    - `features` string[]
    - `instance_id` string
    - `last_check_failed` boolean
    - `licensed` boolean
    - `max_users` integer
    - `validated_at` string
  - `projects` integer
  - `shares` ModelsShareCounts
    - `link_shares` integer
    - `team_shares` integer
    - `user_shares` integer
  - `tasks` integer
  - `teams` integer
  - `users` integer

## Other responses

- `404` — Not Found

## Changes

- **2026-04-20** `3499c34cade4` — 1 info
  - endpoint added
- **2025-07-28** `d7c1f946dc48` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/go-vikunja/apis/vikunja-api/changes/admin/overview/get.md)

---

[API](https://skmtc.dev/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.dev/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/120501835be2/schema)
