function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Erik YearyErik Yeary 

Metadata API Limit

Is there a limit to the number of daily Metadata API calls? I know about the normal API calls and the size limits on Metadata API, but I'm not seeing clear documentation on this question.

I'm aware custom metadata calls within Salesforce don't count against the SOQL query limits in a transaction; is this something similar? Do Metadata calls count against the API limit or no?
VinayVinay (Salesforce Developers) 
Hi Erik,

Check below reference for limits on Metadata API. 

https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_metadata.htm

Please mark as Best Answer if above information was helpful.

Thanks,
Erik YearyErik Yeary
That doesn't answer my question. That is in reference to file/size limits, but I'm asking about if there's a limit on the number of calls.