api_key.not_found
The API key ID was not found for this workspace.
api_key.not_found is returned when a key management operation (get, revoke) targets a key ID that does not exist in the workspace. The platform enforces workspace isolation on key records.
The key ID does not exist, was already revoked and removed, or belongs to a different workspace.
Verify the key ID against the list returned by GET /v1/api-keys. Ensure the correct workspace context is used.
{
"error": {
"code": "api_key.not_found",
"message": "API key not found",
"request_id": "req_01900000abc"
}
}