GET /user/subscription_tokens/{provider}/usage

Get your plan's last-observed rate-limit windows.

MethodPath
GET/v1/user/subscription_tokens/{provider}/usage

Display-only, and only as fresh as your last call through Ellipsis (`observed_at`) — the same plan used outside Ellipsis moves the real windows without us seeing them. Null unless a token is enabled for the provider: a disabled token routes nothing, so any reading behind it is stale by construction.

Path parameters

providerenumrequired

Named for the harness the token drives, not the vendor behind it: a developer connects "my Claude subscription", and the path segment they type is `claude`.

one ofclaudecodex
curl "https://api.ellipsis.dev/v1/user/subscription_tokens/{provider}/usage" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
}

On this page

No Headings
Schedule a demo