Data API limits, cost, and overages

Hi,

I want to access my data using middleware for some advanced processing. I plan on using the Data API in most cases. However, I cannot find any information on what the limits are, if there any usage costs (like WU), and if I do hit a limit, are there overage changes?

Thank you.

To confirm:

The Data API and Workflow API handle a set number of requests per minute depending on your plan:

  • Starter: 15,000

  • Growth: 25,000

  • Team: 35,000

For some reason, the referenced doc is missing the thousand separators (15 000 vs 15,000).

So there are no additional usage costs (such as $/request, cpu time, WU) associated with Data API usage, right? I just need to stay inside the requests per minute limit, correct?

WU cost always apply. But there’s no extra cost.

Do you now how WU usage is calculated on pure Data API calls? For example if I GET a record, how can I calculate WU usage?

Thank you.

Each result returned = 0.015
Each call (search) = 0.3
Each character returned = 0.000003

2 Likes