List Provider Keys
Provider Keys
List Provider Keys
Retrieve all stored AI provider API keys.
GET
List Provider Keys
List Provider Keys
Retrieve all AI provider API keys stored in your account. Key values are not returned for security.Endpoint
Authentication
Requires JWT token authentication.Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
uuid | string | Unique identifier |
provider | string | Provider name |
label | string | User-provided label |
status | string | Key status (active, inactive, revoked) |
created_at | string | Creation timestamp (ISO 8601) |
updated_at | string | Last update timestamp (ISO 8601) |
Status Codes
| Code | Description |
|---|---|
200 | Success |
401 | Invalid or missing JWT token |
API key values are never returned by this endpoint. Only metadata about the stored keys is provided.

