---
title: "Get Integration Costs"
method: GET
path: "/integrations/costs/summary"
tags: ["integrations"]
---

# Get Integration Costs

`GET /integrations/costs/summary`

## Query parameters

- `start_time` string, date-time, required — Start of time range (UTC)
- `end_time` string, date-time, required — End of time range (UTC)
- `interval` 'hourly' | 'daily' | 'weekly' | 'monthly', required

## Response `200`

Successful Response

- IntegrationCostsResponse
  - `features` FeatureIntegrationCosts[]
    - `feature_name` string, required
    - `total_cost` number
    - `projects` ProjectIntegrationCosts[]
      - `project_id` string, uuid4, required
      - `project_name` string, required
      - `total_cost` number
      - `data_points` IntegrationCostsDataPoint[]
        - `timestamp` string, date-time, required
        - `cost` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.net/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/ec2affc66693/schema)
