Skip to main content
GET
List Invoices
Use the Prime SDK or CLI to test this endpoint by following the quickstart guide and running with the following examples
For more information, please visit the Prime Java SDK.

Path Parameters

entity_id
string
required

The entity ID

Query Parameters

states
enum<string>[]

Invoice states to filter the response

Available options:
INVOICE_STATE_IMPORTED,
INVOICE_STATE_BILLED,
INVOICE_STATE_PARTIALLY_PAID,
INVOICE_STATE_PAID
billing_year
integer<int32>

Filter invoices by year

billing_month
integer<int32>

Integer representing the month to filter by, 1 for January, 12 for December

cursor
integer<int32>

Cursor used for pagination (last consumed record)

limit
integer<int32>

Number of items to retrieve

Response

200 - application/json

A successful response.

invoices
Invoice · object[]