# Simple request. Get status for the past 2 months:GETcalculations/status# If you want range from Oct 2019 - Jan 2020:GETcalculations/status?from=201910&to=202001
Key
Value
vendor
Optional. Supported vendor is only aws at the moment.
from
Optional. If not provided, default value is 2 months before current month. Format: yyyymm.
to
Optional. If not provided, default value is current month. Format: yyyymm.