Skip to main content
GET
/
v1
/
rate
/
limits
{
  "success": true,
  "rate_limits": {
    "minute": {
      "count": 123,
      "limit": 123,
      "exceeded": true,
      "remaining": 123,
      "reset_time": "<string>"
    },
    "hour": {
      "count": 123,
      "limit": 123,
      "exceeded": true,
      "remaining": 123,
      "reset_time": "<string>"
    },
    "day": {
      "count": 123,
      "limit": 123,
      "exceeded": true,
      "remaining": 123,
      "reset_time": "<string>"
    }
  },
  "limits": {
    "maximum_requests_per_minute": 123,
    "maximum_requests_per_hour": 123,
    "maximum_requests_per_day": 123,
    "tokens_per_agent": 123
  },
  "tier": "<string>",
  "timestamp": "<string>"
}

Headers

x-api-key
string
required

Response

rate_limits
object | null
required
limits
object | null
required
tier
string | null
required
timestamp
string | null
required
success
boolean | null
default:true