v1
latestOpenAPI 3.0.02026-07-26465.7 KBGet rate limit information
Get current rate limit status and usage statistics
get/api/rate-limits
Response
Successful response
Example response
{
"limits": [
{
"key": "default",
"limit": 100,
"remaining": 95,
"resetTime": "2024-01-01T00:00:00Z"
}
]
}