---
title: "Retrieve all active/expired Limited Usage API Keys for the logged in user and their usage types."
method: GET
path: "/users/limited-usage-api-key"
tags: ["LimitedUsageAPIKey"]
---

# Retrieve all active/expired Limited Usage API Keys for the logged in user and their usage types.

`GET /users/limited-usage-api-key`

## Response `200`

A successful response from this resource will contain json-encoded array of token details, excluding the api key.

- ListLimitedUsageAPIKeysResponseV1
  - `items` LimitedUsageAPIKeyInfo[], required
    - `alias` string, required
    - `created_at` string, required
    - `expires_at` string, required
    - `key_id` string, required
    - `last_used` string, required
    - `project_id` string
    - `usage` 'inference' | 'observability', required

## Other responses

- `401` — Error Authentication Failed
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
