Skip to main content
List your company’s quotas, with filters and pagination. Each quota carries its measurement type (amount / percentage / float), its frequency (monthly / quarterly / semesterly / annually) and whether it is archived. You only see the quotas you have access to. Each quota also lists the views you can pass as view to list_quota_values to narrow the rows. Rows are ordered alphabetically by quota name (A→Z).

Parameters

Body

Filter matched against the quota name (case- and accent-insensitive substring) or, when it is a valid ObjectId, against the quota id.
archived
boolean
When True, return only archived quotas; otherwise only active (non-archived) quotas.
limit
integer
Page size, between 1 and 250. Defaults to 50.
offset
integer
Row offset into the result set — the number of rows to skip before this page. Pass the next_offset returned by the previous call, or None for the first page.

Response

Body

quotas
object[]
next_offset
integer