Optional dismissalOptional endEnd time as Unix milliseconds. Defaults to the end of the latest stable seven-day window.
Optional filterOptional JSON object mapping cost tag keys to allowed values, for example {"team":["payments"],"env":["prod"]}. Filters match anomaly dimensions or correlated tags.
Optional limitMaximum number of anomalies to return. Defaults to 200.
Optional minMinimum absolute anomalous cost change to include. Numeric value; defaults to 1.
Optional minMinimum absolute actual cost to include. Numeric value; defaults to 0.
Optional offsetPagination offset. Defaults to 0.
Optional orderSort direction. One of asc or desc. Defaults to desc.
Optional orderSort field. One of start_date, end_date, duration, max_cost, anomalous_cost, or dismissal_date. Defaults to anomalous_cost.
Optional providerOptional repeated cloud or SaaS provider filters, such as aws, gcp, azure, Oracle, datadog, OpenAI, or Anthropic.
Optional startStart time as Unix milliseconds. Defaults to the start of the latest stable seven-day window.
Generated using TypeDoc
Filter by resolution state. Use
nonefor unresolved anomalies,allor*for resolved anomalies, or a comma-separated list of causes.