> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infragrid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List API keys

> List safe workspace API-key metadata.

Requires an authenticated dashboard session. A workspace API key cannot call this endpoint.

<ParamField path="workspace_id" type="uuid" required>
  Workspace whose credentials are being administered.
</ParamField>

<ParamField query="limit" default="100" type="integer">
  Number of keys to return. Minimum 1; maximum 100.
</ParamField>

<ParamField query="offset" default="0" type="integer">
  Zero-based offset. Maximum 1,000,000.
</ParamField>

## Response

<ResponseField name="data" type="ApiKey[]" required>
  Safe key metadata including ID, name, prefix, scopes, use/expiry/revocation timestamps, and rotation links.
</ResponseField>

<Warning>
  Plaintext key values are never returned by list operations.
</Warning>


## Related topics

- [Revoke an API key](/reference/api-keys/revoke.md)
- [Create an API key](/reference/api-keys/create.md)
- [Rotate an API key](/reference/api-keys/rotate.md)
- [List Blueprints](/reference/blueprints/list.md)
- [List runs](/reference/runs/list.md)
