---
title: "List"
method: GET
path: "/api/v1/llm-gateway/keys"
tags: ["LLM Gateway Keys"]
---

# List

`GET /api/v1/llm-gateway/keys`

Invokes the c1.api.llm_gateway.v1.GatewayKeyService.List method.

## Response `200`

Successful response

- C1ApiLlmGatewayV1ListGatewayKeysResponse — The ListGatewayKeysResponse message.
  - `list` C1ApiLlmGatewayV1GatewayKey[], nullable — The list field.
    - `createdAt` string, date-time, nullable
    - `displayName` string — The displayName field.
    - `id` string — The id field.
    - `keyPrefix` string — The keyPrefix field.
    - `revokedAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
  - `nextPageToken` string — The nextPageToken field.

---

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