v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Documents

Get document quota

Returns the document quota status for the authenticated user's organization, including the number of documents used, the configured limit, and remaining capacity.

get/v1beta/documents/quota

Response

Success

availableinteger

Remaining documents that can be created (limit minus used, floored at 0). When limit is 0 (unlimited), this field is 0 and should be ignored by clients.

limitinteger

Maximum documents allowed for this organization. 0 means unlimited (no quota enforced).

usedinteger

Number of documents counting against quota (excludes demo, includes trashed).