Skip to main content
GET
List line_items

Authorizations

Authorization
string
header
required

API key from Developers → API Keys, sent as Authorization: Bearer .

Query Parameters

page
integer
Required range: x >= 1
page_size
integer
Required range: 1 <= x <= 100
cursor
string

Cursor pagination: send empty to start, then the token from links.next. Constant cost per page and stable under concurrent writes; response meta is {per_page, has_more} and links.first/prev are null. Bound to the filters, sort and page_size it was issued for (422 otherwise). Omit to use page/page_size.

sort
string

attr[,attr]:asc|desc — sortable: id, invoice_id, provider_id, price, tax_amount, subtotal, total, updated, created

id
string

Filter: operator:value

invoice_id
string

Filter: operator:value

billable_item_id
string

Filter: operator:value

provider_id
string

Filter: operator:value

provider_type
string

Filter: operator:value

description
string

Filter: operator:value

quantity
string

Filter: operator:value

currency
string

Filter: operator:value

price
string

Filter: operator:value

tax_amount
string

Filter: operator:value

subtotal
string

Filter: operator:value

total
string

Filter: operator:value

updated
string

Filter: operator:value

created
string

Filter: operator:value

metadata
object

Filter by integrator metadata: metadata[key]=operator:value

Response

Page of line_items

data
object[]
meta
object