---
title: "Get Ai Services Summary"
method: GET
path: "/summary/v2/cost/ai_services"
tags: ["SUMMARY_V2"]
---

# Get Ai Services Summary

`GET /summary/v2/cost/ai_services`

## Query parameters

- `start_date` string, date-time, required
- `end_date` string, date-time
- `aggregation_level` 'day' | 'week' | 'month'
- `instance_id` string
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- AggregateAiServicesGraphResponse
  - `graph` AiServicesGraphResponse[], required
    - `date` string, date-time, required
    - `total` number, nullable
    - `total_estimate` number, nullable
    - `is_estimate` boolean, nullable
  - `currency` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/68cdcada31e3/schema)
