v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
Line Item

List Line Items

List the billing line items for the given Organization, which can be filtered by the type of line item, Bill ID, or Commitment (prepayment) ID.

get/organizations/{orgId}/lineitems

Path parameters

orgIdstring required

UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.

Query parameters

commitmentIdstring

Filter the line items list using the given Commitment ID.

lineItemType'STANDING_CHARGE' | 'USAGE' | 'COUNTER_RUNNING_TOTAL_CHARGE' | 'COUNTER_ADJUSTMENT_DEBIT' | 'COUNTER_ADJUSTMENT_CREDIT' | 'USAGE_CREDIT' | 'MINIMUM_SPEND' | 'MINIMUM_SPEND_REFUND' | 'CREDIT_DEDUCTION' | 'MANUAL_ADJUSTMENT' | 'CREDIT_MEMO' | 'DEBIT_MEMO' | 'COMMITMENT_CONSUMED' | 'COMMITMENT_FEE' | 'OVERAGE_SURCHARGE' | 'OVERAGE_USAGE' | 'BALANCE_CONSUMED' | 'BALANCE_FEE' | 'AD_HOC'

See Bill Line Item Types for more information.

Filter the line items list using the given line item type. See Bill Line Item Types for more information on each line item type.

billIdstring

Filter the line items list using the given Bill ID.

pageSizeinteger

Number of Line Items to retrieve per page.

nextTokenstring

nextToken for multi page retrievals.

additionalstring[]

Comma separated list of additional fields.

Response

Returns list of billing line items

nextTokenstring