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

---

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