List pending and invoiced line items for a subscription from the billing database. Returns exact fee amounts and estimated metered charges.
API key authentication
Filter by subscription ID. At least one of subscriptionId or invoiceId must be provided. Unique identifier for a subscription
^sub_[a-zA-Z0-9]+$Filter by line item status. 'pending' returns items not yet on an invoice, 'invoiced' returns items already assigned to an invoice. Omit to return both. Cannot be combined with invoiceId — when filtering by invoice ID all statuses are returned.
pending, invoiced Filter by invoice ID. When provided without subscriptionId, returns all line items for that invoice. At least one of subscriptionId or invoiceId must be provided.
^inv_[a-zA-Z0-9]+$Maximum number of line items to return
1 <= x <= 1000Number of line items to skip for pagination
0 <= x <= 10000