Last updated
© 2025 make.com
Last updated
Retrieves a list of scenarios and their current consumptions. Make counts the number of consumed operations and transferred data according to your reset period.
If you have the monthly reset period, the response contains a list of scenarios that consumed at least one operation in the current reset period with their consumptions and data transfer.
If you have the yearly reset period, the response contains a list of scenarios that consumed at least one operation in the last 60 days, or from the last reset if that's shorter than 60 days.
60 days after the reset the scenario consumptions turn into running totals over the last 60 days.
For example, let's assume that you have a set of scenarios that consume 1000 operations every day. On the 61st day from your last reset, you would turn off a scenario that consumes 200 operations every day, turning your consumption to 800 operations per day.
If you would have the yearly reset period and you would be tracking your scenario consumptions, you would get the following data:
The negative difference between scenario consumptions on the 60th and 61st day happens because on the 61st day, the endpoint doesn't collect data from the first day anymore. Your scenario consumptions contain a total over the time period from the second day until the 61st day.
For billing, Make uses a different system which ensures accurate billing.
Check the parameter lastReset
in the response for the timestamp of the start of your current reset period. You can also view the end of your current restart period in your dashboard in the Usage reset field.
Set the organizationId
or teamId
parameters to limit the results to a specific organization or team.
Day
Consumptions
Delta
1
1000
2
2000
1000
3
3000
1000
...
60
60000
1000
61
59800
-200
62
59600
-200
Retrieved a list of Consumptions