Skip to main content
GET
/
me
/
limits
Return the caller's effective rate limits and quotas
curl --request GET \
  --url https://openlens.com/api/me/limits \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Response

Successful response

Effective limits applied to the caller (project cap, daily run cap, max prompts, etc). Shape mirrors getEffectiveLimits internal helper.