latestSwagger 2.02026-08-109450223.9 KB
94acb422c07d
Reseller
List 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 within our docs for more information.
get/v1/reseller/invoices/{id}/organization_usage_line_items
Path parameters
idinteger required
Query parameters
limitinteger
Max number of resources returned in a paged collection. Defaults to 10, with a minimum of 1 and maximum 500.
page_tokenstring
Token used to request the next page in paginated results. Defaults to 'null'
Response
List Organization Usage Line Items
Example response
{
"organization_usage_line_items": [
{
"id": 1,
"period_start": "2026-02-11T14:12:08Z",
"period_end": "2027-02-11T14:12:08Z",
"account": {
"id": 123,
"name": "Willy Wonka",
"subdomain": "willy_wonka"
},
"organization": {
"id": 123,
"name": "Willy Wonka"
},
"actual_usage": {
"edr": 400,
"itdr": 20,
"sat": 300,
"siem": 50
}
}
]
}