> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "List API keys"
description: "Lists all API keys for the caller's org. Only the prefix is returned, not the full secret."
api: "GET /api/v0/keys"
gridGap: 30
---

<Aside full>

<RequestExample>

```bash
curl -X GET "https://api.example.com/api/v0/keys"
```

</RequestExample>

</Aside>

<OpenAPIEndpoint {...{"method":"get","path":"/api/v0/keys","summary":"List API keys","description":"Lists all API keys for the caller's org. Only the prefix is returned, not the full secret.","parameters":[],"responses":[{"status":"200","description":"","schema":{"type":"object","required":["keys"],"properties":{"keys":{"type":"array","items":{"type":"object","required":["id","name","prefix","projectId","createdAt"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"prefix":{"type":"string"},"projectId":{"type":"string"},"createdAt":{}}}}}}},{"status":"default","description":""}],"security":[],"servers":[]}} />

---

*Powered by [holocron.so](https://holocron.so)*
