---
title: "List Own Keys"
method: GET
path: "/v1/organizations/me/keys"
tags: ["organization-keys"]
---

# List Own Keys

`GET /v1/organizations/me/keys`

List the caller's own API keys in their active organization, newest first.

Only keys billed to the caller's own user: an operator-minted key assigned
to them is theirs to see here, and nobody else's key ever is. Naming a
workspace outside their organization lists nothing rather than refusing, so
the filter reports no more than the unfiltered read does.

## Query parameters

- `skip` integer
- `limit` integer
- `workspace_id` string, uuid, nullable — Only keys in this workspace.

## Response `200`

Successful Response

- KeyInfo[]
  - `allowed_models` string[], nullable, required
  - `capture_agent_telemetry` boolean, nullable, required
  - `created_at` string, required
  - `exclude_from_budget` boolean, required
  - `expires_at` string, nullable, required
  - `id` string, required
  - `is_active` boolean, required
  - `key_name` string, nullable, required
  - `key_prefix` string, nullable, required
  - `last_used_at` string, nullable, required
  - `metadata` object, required
  - `reject_user_mismatch` boolean, nullable, required
  - `user_id` string, nullable, required
  - `workspace_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-31** `af93af8f54c8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/keys/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
