---
title: "List API keys"
method: GET
path: "/api/api_keys/"
tags: ["Users"]
---

# List API keys

`GET /api/api_keys/`

API view for managing API keys.

## Response `200`

- APIKey[]
  - `prefix` string, required
  - `created` string, date-time, required
  - `name` string — A free-form name for the API key. Need not be unique. 50 characters max.

---

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