---
title: "List Account Usage Line Items"
method: GET
path: "/v1/reseller/invoices/{id}/account_usage_line_items"
tags: ["Reseller"]
---

# List Account Usage Line Items

`GET /v1/reseller/invoices/{id}/account_usage_line_items`

Shows a list of Account Usage Line Items.

This list provides a detailed breakdown of product usage per account from a given invoice.

**Note:** This endpoint will also return a `pagination` key on the root level.  
Please refer to the [pagination section](https://api.huntress.io/docs#pagination) within our docs for more information.

## Path parameters

- `id` integer, required

## Query parameters

- `limit` integer
- `page_token` string

## Response `200`

List Account Usage Line Items

- object
  - `account_usage_line_items` AccountUsageLineItem[], required
    - `id` integer — A unique identifier for this Account Usage Line Item.
    - `period_start` string — The time and date that this billing period started.
    - `period_end` string — The time and date that this billing period ended.
    - `account` unknown
    - `product` 'edr' | 'ispm' | 'itdr' | 'sat' | 'siem' | 'siem_extended_retention' — The product that this data pertains to.
    - `subscription` unknown
    - `usage` unknown
  - `pagination` Pagination, required — Pagination model
    - `next_page_url` string
    - `next_page_token` string

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

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