Stay organized with collections
Save and categorize content based on your preferences.
Charged quota
Recommender API pricing controls how much read and write quota is provided to
individual resources. To support different pricing options, the read
and write quota is broken down per recommender.
Depending on the
resource from which the call is made, the
following quotas apply:
Resource
Charged quota
Project
Resource project's organization
Organization
Resource organization
Folder
Resource organization
Billing Account
Client project's organization
API request quota types
Calls to the Recommender API are charged according to the following quota
types:
Method
Quota type
ListInsights
Read
GetInsight
Read
MarkInsightAccepted
Write
ListRecommendations
Read
GetRecommendation
Read
MarkRecommendationClaimed
Write
MarkRecommendationSucceeded
Write
MarkRecommendationFailed
Write
When the Recommender API is called, you are eligible for the following quotas:
Free tier quota if you have not purchased a support package, or have only
a basic role-based support.
Full quota if you have purchased a support package other than a basic
role-based support.
Quota level
Reads per minute
Reads per day
Writes per minute
Writes per day
Free tier quota
100 per organization
100 per organization
100 per organization
100 per organization
Full quota
6,000 per organization
1,000,000 per organization
3,000 per organization
100,000 per organization
When the quota above is exceeded, you get the HTTP status code 429 RESOURCE_EXHAUSTED.
Viewing quotas and limits
View the quotas and limits for an organization using the following steps.
Console
In the Google Cloud console, go to the IAM page for your organization.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["# Quotas and limits\n\nCharged quota\n-------------\n\nRecommender API pricing controls how much read and write quota is provided to\nindividual resources. To support different pricing options, the read\nand write quota is broken down per recommender.\n\nDepending on the\n[resource](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy) from which the call is made, the\nfollowing quotas apply:\n\nAPI request quota types\n-----------------------\n\nCalls to the Recommender API are charged according to the following quota\ntypes:\n\nWhen the Recommender API is called, you are eligible for the following quotas:\n\n- Free tier quota if you have not purchased a support package, or have only a basic role-based support.\n- Full quota if you have purchased a support package other than a basic role-based support.\n\n\u003cbr /\u003e\n\nWhen the quota above is exceeded, you get the HTTP status code `429 RESOURCE_EXHAUSTED`.\n| **Note:** For projects outside an organization, quotas are applied *per project* and not per organization.\n\nViewing quotas and limits\n-------------------------\n\nView the quotas and limits for an organization using the following steps. \n\u003cbr /\u003e\n\n\n### Console\n\n1. In the Google Cloud console, go to the **IAM** page for your organization.\n[Go\nto the IAM page](https://console.cloud.google.com/iam-admin/iam)\n2. To view all quotas, click **Quotas**.\n3. To view the quotas and limits for a service, click **All Quotas**.\n\n\u003cbr /\u003e\n\n\n### gcloud\n\nTo view the quotas and limits for an organization, use the\n[`services quota list` command](/sdk/gcloud/reference/alpha/services/quota/list): \n\n```\n gcloud alpha services quota list --consumer=CONSUMER --service=SERVICE\n \n```\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCONSUMER\u003c/var\u003e: the organization/*\\\u003cyour organization ID\\\u003e* in which you want to view the quotas and limits for.\n- \u003cvar translate=\"no\"\u003eSERVICE\u003c/var\u003e: specify the ID of the service, `recommender.googleapis.com`.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]