---
title: "List all API Keys"
method: GET
path: "/2/teams/{teamSlug}/api-keys"
tags: ["Key Management"]
---

# List all API Keys

`GET /2/teams/{teamSlug}/api-keys`

List all API Keys for a Team.

## Query parameters

- `page[after]` string
- `page[size]` number
- `filter[type]` 'configuration' | 'ingest'

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Failed
- `429` — Rate Limit Exceeded
- `500` — InternalError

---

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