List Invoices
List all invoices with filtering and pagination
GET
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint retrieves a paginated list of invoices. Use filters to narrow results by status, customer, date range, and more.
Authentication
This endpoint requires a valid API key withinvoices:read permissions.
Query Parameters
Number of items to return (default: 20, max: 100)
Cursor for pagination (invoice ID)
Filter by status: “draft”, “sent”, “viewed”, “partially_paid”, “paid”, “overdue”, “voided”
Filter by customer ID
Filter by issue date start (YYYY-MM-DD)
Filter by issue date end (YYYY-MM-DD)
Filter by due date start (YYYY-MM-DD)
Filter by due date end (YYYY-MM-DD)
Show only overdue invoices
Sort field: “created_at”, “issue_date”, “due_date”, “total_amount”
Sort order: “asc” or “desc” (default: “desc”)
Response
Object type, always “list”
Array of invoice objects
Whether more items exist