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

---

[API](https://skmtc.net/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.net/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/versions/704d73f5c092/schema)
