---
title: "Get a breakdown of your credit consumption for ETL Users"
method: GET
path: "/v1/consumption/etl-users"
tags: ["Consumption"]
---

# Get a breakdown of your credit consumption for ETL Users

`GET /v1/consumption/etl-users`

Returns the number of credits you have been charged for ETL Users in a given period, and which users contributed charges. Because ETL Users are metered on monthly active unique users, your `consumedFrom` and `consumedBefore` parameters should reflect the period for a single monthly invoice. This data refreshes every three hours to reflect recent credit usage.

## Query parameters

- `consumedFrom` string, date-time, required
- `consumedBefore` string, date-time, required

## Response `200`

Successful

- EtlUsersConsumption
  - `chargedUsers` ChargedEtlUser[] — The users whose activity contributed credit charges. This does not include users who contributed to the included monthly users allowance, if applicable.
    - `username` string — The username of this user
  - `consumedBefore` string, date-time — Date+time before which results are included (UTC) (exclusive)
  - `consumedFrom` string, date-time — First date+time included in results (UTC) (inclusive)
  - `credits` number, double — The total credits charged during this period

## Other responses

- `400` — Wrong request parameters used
- `403` — Unauthorized
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/versions/6239825f68eb/schema)
