---
title: "获取所有 API Key"
method: GET
path: "/api-keys"
tags: ["api-key"]
---

# 获取所有 API Key

`GET /api-keys`

## Response `200`

成功获取 API Key 列表

- object
  - `data` ApiKey[]
    - `id` string
    - `name` string
    - `key` string
    - `createdAt` string, date-time

---

[API](https://skmtc.net/iflytek/apis/rpa-api.md) · [All operations](https://skmtc.net/iflytek/apis/rpa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iflytek/rpa-api/versions/eed8d6d43048/schema)
