---
title: "获取当前用户的镜像配置列表"
method: GET
path: "/api/v1/users/images"
tags: ["【用户】镜像管理"]
---

# 获取当前用户的镜像配置列表

`GET /api/v1/users/images`

获取当前登录用户的所有镜像配置

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainListImageResp
    - `images` DomainImage[]
      - `created_at` integer
      - `id` string
      - `is_default` boolean
      - `name` string
      - `owner` DomainOwner
        - `id` string
        - `name` string
        - `type` 'private' | 'public' | 'team'
      - `remark` string
    - `page` DbCursor
      - `cursor` string — 游标
      - `has_next_page` boolean — 是否有下一页
  - `message` string

## Other responses

- `401` — 未授权
- `500` — 服务器内部错误

---

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