---
title: "Get parsing cost histogram"
method: GET
path: "/v1/billing/parsing/costs/histogram"
tags: ["billing"]
---

# Get parsing cost histogram

`GET /v1/billing/parsing/costs/histogram`

## Response `200`

Histogram of parsing costs over time

- CostHistogramResponse
  - `data` DailyCostBucket[], required — The histogram of cost information
    - `day` string, date-time, required — The date of the cost bucket
    - `cost` string, required — The cost of the cost bucket
    - `cost_per_metric` object, required — The cost per metric
  - `object` 'cost.histogram' — The object type of the response

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
