{
"api_keys": [
{
"api_key_id": "<string>",
"name": "<string>",
"status": "<string>",
"permissions": [
{}
],
"usage_stats": {
"requests_this_month": 123,
"evaluations_this_month": 123,
"last_used": {}
},
"created_at": {},
"expires_at": {}
}
]
}List organization API keys
{
"api_keys": [
{
"api_key_id": "<string>",
"name": "<string>",
"status": "<string>",
"permissions": [
{}
],
"usage_stats": {
"requests_this_month": 123,
"evaluations_this_month": 123,
"last_used": {}
},
"created_at": {},
"expires_at": {}
}
]
}Show api key properties
curl -X GET https://api.judge.example.com/api-keys \
-H "Authorization: Bearer YOUR_API_KEY"