Altimate AI SUMMARY_V2 API

The SUMMARY_V2 API from Altimate AI — 31 operation(s) for summary_v2.

Operations 31

GET /summary/v2/cost/overall Get Overall Summary #
GET /summary/v2/cost/total Get Overall Savings Cumulated #
GET /summary/v2/cost/compute Get Compute Summary #
GET /summary/v2/cost/storage Get Storage Summary #
GET /summary/v2/cost/serverless Get Serverless Summary #
GET /summary/v2/cost/cloud_services Get Cloud Services Summary #
GET /summary/v2/cost/ai_services Get Ai Services Summary #
GET /summary/v2/cost/other Get Other Summary #
GET /summary/v2/cost/overall/estimate Get Overall Savings Estimate #
GET /summary/v2/cost/total/estimate Get Overall Savings Cumulatd Estimate #
GET /summary/v2/cost/compute/estimate Get Compute Savings Estimate #
GET /summary/v2/cost/storage/estimate Get Storage Estimate Summary #
GET /summary/v2/cost/serverless/estimate Get Serverless Estimate Summary #
GET /summary/v2/cost/cloud_services/estimate Get Cloud Services Estimate Summary #
GET /summary/v2/cost/ai_services/estimate Get Ai Services Estimate Summary #
GET /summary/v2/cost/other/estimate Get Other Estimate Summary #
GET /summary/v2/savings/autonomous Get Autonomous Savings Summary #
GET /summary/v2/savings/assisted Get Assisted Savings Summary #
GET /summary/v2/savings/overall Get Overall Saving Summary #
GET /summary/v2/savings/autonomous/estimate Get Autonomous Savings Estimate Summary #
GET /summary/v2/savings/assisted/estimate Get Assisted Savings Estimate Summary #
GET /summary/v2/savings/overall/estimate Get Overall Savings Estimate Summary #
POST /summary/v2/datapilot/analysis Get Datapilot Analysis #
GET /summary/v2/opportunities Get Opportunities #
POST /summary/v2/datapilot/start-chart-chat Get Datapilot Chart Chat #
GET /summary/v2/datapilot/follow-up-questions-chart-chat Get Follow Up Questions #
GET /summary/v2/datapilot/initial-questions-chart-chat Get Initial Questions #
POST /summary/v2/ask-agent Ask Agent Endpoint #
POST /summary/v2/cost-analysis/subscribe Cost Analysis Subscribe #
GET /summary/v2/cost-analysis/subscription-status Get Cost Analysis Subscription Status Endpoint #
POST /summary/v2/cost-analysis/unsubscribe Cost Analysis Unsubscribe #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/altimate-ai-summary-v2-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

altimate-ai-summary-v2-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Fast ACCOUNT_COSTS SUMMARY V2 API
  version: 0.1.0
servers:
- url: https://api.myaltimate.com
  description: Base URL reconciled from apis.yml
tags:
- name: SUMMARY_V2
paths:
  /summary/v2/cost/overall:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Overall Summary
      operationId: get_overall_summary_summary_v2_cost_overall_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:43.629991'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OverallSummaryResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Overall Summary Summary V2 Cost Overall Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Overall Summary Summary V2 Cost Overall Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/total:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Overall Savings Cumulated
      operationId: get_overall_savings_cumulated_summary_v2_cost_total_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:43.635663'
          title: End Date
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OverallResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Overall Savings Cumulated Summary V2 Cost Total Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Overall Savings Cumulated Summary V2 Cost Total Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/compute:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Compute Summary
      operationId: get_compute_summary_summary_v2_cost_compute_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.477335'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateComputeGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Compute Summary Summary V2 Cost Compute Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Compute Summary Summary V2 Cost Compute Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/storage:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Storage Summary
      operationId: get_storage_summary_summary_v2_cost_storage_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.477712'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateStorageGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Storage Summary Summary V2 Cost Storage Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Storage Summary Summary V2 Cost Storage Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/serverless:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Serverless Summary
      operationId: get_serverless_summary_summary_v2_cost_serverless_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.478058'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateServerlessGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Serverless Summary Summary V2 Cost Serverless Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Serverless Summary Summary V2 Cost Serverless Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/cloud_services:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Cloud Services Summary
      operationId: get_cloud_services_summary_summary_v2_cost_cloud_services_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.478243'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateCloudServicesGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Cloud Services Summary Summary V2 Cost Cloud Services Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Cloud Services Summary Summary V2 Cost Cloud Services Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/ai_services:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Ai Services Summary
      operationId: get_ai_services_summary_summary_v2_cost_ai_services_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.478424'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateAiServicesGraphResponse'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/other:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Other Summary
      description: Get breakdown of uncategorized billing items ('other' category).
      operationId: get_other_summary_summary_v2_cost_other_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.479072'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/overall/estimate:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Overall Savings Estimate
      operationId: get_overall_savings_estimate_summary_v2_cost_overall_estimate_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:43.662629'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OverallSummaryResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Overall Savings Estimate Summary V2 Cost Overall Estimate Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Overall Savings Estimate Summary V2 Cost Overall Estimate Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/total/estimate:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Overall Savings Cumulatd Estimate
      operationId: get_overall_savings_cumulatd_estimate_summary_v2_cost_total_estimate_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:43.666889'
          title: End Date
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OverallResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Overall Savings Cumulatd Estimate Summary V2 Cost Total Estimate Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Overall Savings Cumulatd Estimate Summary V2 Cost Total Estimate Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/compute/estimate:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Compute Savings Estimate
      operationId: get_compute_savings_estimate_summary_v2_cost_compute_estimate_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.477538'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateComputeGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Compute Savings Estimate Summary V2 Cost Compute Estimate Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Compute Savings Estimate Summary V2 Cost Compute Estimate Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/storage/estimate:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Storage Estimate Summary
      operationId: get_storage_estimate_summary_summary_v2_cost_storage_estimate_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.477880'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateStorageGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Storage Estimate Summary Summary V2 Cost Storage Estimate Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Storage Estimate Summary Summary V2 Cost Storage Estimate Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/serverless/estimate:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Serverless Estimate Summary
      operationId: get_serverless_estimate_summary_summary_v2_cost_serverless_estimate_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.478596'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateServerlessGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Serverless Estimate Summary Summary V2 Cost Serverless Estimate Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Serverless Estimate Summary Summary V2 Cost Serverless Estimate Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/cloud_services/estimate:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Cloud Services Estimate Summary
      operationId: get_cloud_services_estimate_summary_summary_v2_cost_cloud_services_estimate_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.478770'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateCloudServicesGraphResponse'
        '400':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 400 Get Cloud Services Estimate Summary Summary V2 Cost Cloud Services Estimate Get
        '403':
          description: Not supported for public user
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response 403 Get Cloud Services Estimate Summary Summary V2 Cost Cloud Services Estimate Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /summary/v2/cost/ai_services/estimate:
    get:
      tags:
      - SUMMARY_V2
      summary: Get Ai Services Estimate Summary
      operationId: get_ai_services_estimate_summary_summary_v2_cost_ai_services_estimate_get
      security:
      - HTTPBearer: []
      - HTTPBearer: []
      parameters:
      - name: start_date
        in: query
        required: true
        schema:
          type: string
          format: date-time
          title: Start Date
      - name: end_date
        in: query
        required: false
        schema:
          type: string
          format: date-time
          default: '2026-07-17T12:35:39.478922'
          title: End Date
      - name: aggregation_level
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/SummaryAggregationType'
          default: day
      - name: instance_id
        in: query
        required: false
        schema:
          type: string
          default: all
          title: Instance Id
      - name: navigationSource
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Navigationsource
      - name: x-tenant
        in: header
        required: true
        schema:
          type: string
          title: X-Tenant
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AggregateAiServicesGraphResponse'
        '422':
          description: Validation Error
          content:

# --- truncated at 32 KB (100 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/altimate-ai/refs/heads/main/openapi/altimate-ai-summary-v2-api-openapi.yml