Skip to Content
API ReferenceSystemPOST /pricing

POST /system/pricing

Get Pricing

Get pricing top chart — daily cost aggregation + filter options.

Request Body (PricingRequest)

FieldTypeRequiredDescription
start_datestringNoFilter start date
end_datestringNoFilter end date
date_fromstringNoAlias for start date
date_tostringNoAlias for end date
department_idsstring[]NoDepartment IDs to filter by
page_limitintegerNoMax chart items per page
page_offsetintegerNoChart pagination offset
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (PricingResponse)

FieldTypeRequiredDescription
dailyPricingDailyItem[]NoDaily pricing aggregations
resourcesPricingResourcesNoPricing resource metadata
total_countintegerNoTotal number of matching records
model_optionsFilterOption[]NoModel filter options
agent_optionsFilterOption[]NoAgent filter options
analyticsAnalyticsFacetsNoInline analytics facets for SSR
historyPricingHistoryResponseNoAlways null on /pricing/get — use /system/groups instead
Last updated on