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

# List Organization Usage Line Items

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

Shows a list of Organization Usage Line Items.

This list provides a detailed breakdown of product usage per organization 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 Organization Usage Line Items

- object
  - `organization_usage_line_items` OrganizationUsageLineItem[], required
    - `id` integer — A unique identifier for this Organization 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
    - `organization` unknown
    - `actual_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)
