Skip to main content

Get Limits

GET
/limits

Returns the authenticated user's effective resource limits together with current usage.

For the per-user quotas (projects, access tokens, networks, public IPs) each entry reports the limit, how much is currently used, and how much remains. The SSH-keys quota is scoped per project, so it is reported as a limit only.

Usage is a point-in-time snapshot and may be momentarily stale; it is intended for display and pre-checks. The authoritative check runs when a resource is created and can still reject the request once a limit is reached.

Maximum lengths for resource names are not part of this response; retrieve them from GET /v1/limits/name-lengths.

Responses

OK