Retrieves a paginated list of invoices, optionally filtered by invoice types and date range.
Authentication using Personal Access Token (PAT) token
Optional cursor for paginated results.It is a random string to go to subsequest pages provided in first/prev/next/last column. If provided, pagination is based on the cursor and other filters are ignored.
Optional start date for filtering invoices (inclusive).
Optional end date for filtering invoices (inclusive).
Optional list of invoice type identifiers to filter by.
Number of invoices to return per page (default: 100). Must be between 1 and 100,000.
Sort order of the results. Valid values: Ascending or Descending (default: Descending).
Success
The response is of type object
.