---
title: "GET /v1/api-keys"
method: GET
path: "/v1/api-keys"
---

# GET /v1/api-keys

`GET /v1/api-keys`

List all API keys for the current organization

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ListAPIKeysSuccessResponse
  - `code` integer
  - `data` PaginatedDataGithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityAPIKey
    - `hasMore` boolean
    - `items` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityAPIKey[]
      - `createdAt` string
      - `description` string
      - `expiresAt` string
      - `id` string
      - `keyPrefix` string
      - `lastUsedAt` string
      - `name` string
      - `organizationId` string
      - `revokedAt` string
      - `scope` 'read' | 'read-write'
      - `userId` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/versions/5a750a5a9596/schema)
