---
title: "GET /v1/teams/{teamId}/apikeys"
method: GET
path: "/v1/teams/{teamId}/apikeys"
tags: ["TeamService"]
---

# GET /v1/teams/{teamId}/apikeys

`GET /v1/teams/{teamId}/apikeys`

ListTeamAPIKeys 团队 owner 只读查看快照归属本团队的全部令牌（含已吊销/已迁走成员）。

## Path parameters

- `teamId` string, required

## Response `200`

OK

- TeamV1ListTeamAPIKeysReply
  - `items` TeamV1TeamAPIKeyInfo[]
    - `billingMode` string
    - `createdAt` string, date-time
    - `creatorName` string
    - `expiresAt` string, date-time
    - `id` string
    - `keyPrefix` string
    - `lastUsedAt` string, date-time
    - `name` string
    - `status` integer
    - `userId` string

---

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