---
title: "获取全局账号管理列表"
method: GET
path: "/v2/dashboard/accounts"
tags: ["GlobalDashboard"]
---

# 获取全局账号管理列表

`GET /v2/dashboard/accounts`

get global account list with filtering and pagination.
Pagination: page_index is 1-based; offset is (page_index-1)*page_size. Values of page_index less than 1 are normalized to 1; page_size less than 1 may fall back to a default on the server.

## Query parameters

- `page_index` integer, required
- `page_size` integer, required
- `filter_card` 'expiring_soon' | 'active'
- `keyword` string
- `filter_project_uid` string
- `filter_instance_id` string

## Response `200`

OK

## Changes

- **2026-04-08** `140dd3c1920f` — 1 info
  - endpoint added
- **2025-06-24** `ea902136997f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/actiontech/apis/sqle-api-docs/changes/v2/dashboard/accounts/get.md)

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/3e36a0067703/schema)
