Retrieve all stored AI provider API keys.
| 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) |
| Code | Description |
|---|---|
200 | Success |
401 | Invalid or missing JWT token |