{
"title": "auth.ListApiKeyResponse",
"description": "Response containing a list of API keys.",
"type": "object",
"properties": {
"data": {
"description": "The list of API keys with their metadata and usage costs.",
"type": "array",
"items": {
"$ref": "auth.ListApiKeyItem"
}
}
}
}