---
search:
  tags:
    - billing
    - GET
seo:
  description: >-
    Returns a paginated, filterable, and sortable grid of invoices that are…
    Reference for the GET /billing/invoices/new endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get new invoices grid
title: Get new invoices grid
type: openapi-operation
---
Returns a paginated, filterable, and sortable grid of invoices that are created but not yet sent, or sent but not yet overdue.

**What are New Invoices?**
The "New" tab shows all invoices that have been created but not yet sent, or invoices that have been sent but are not yet overdue. These invoices are in status "New" or "Sent" and have either no due date or a due date in the future.

**What is returned:**
- Invoice identification (ID, number)
- Project reference (projectId)
- Invoice type (Mixed, Subscription, TimeBased, ExpressQuotation, SingleProject, InterimPayment)
- Creation and sending dates (createdAt, sentAt)
- Payment due date (dueDate)
- Net amount before taxes and fees (netto)
- Invoice status (New, Sent)

**Filtering and search:**
- Quick search across invoice number
- Filter by project, type, status, dates, and amount
- Sort by any field

Retrieves a paginated grid of new invoices with filtering and sorting capabilities. Quick search available on: number. Filterable fields: id, number, projectId, type, createdAt, sentAt, dueDate, netto, status. Sortable fields: id, number, projectId, type, createdAt, sentAt, dueDate, netto, status.

<Operation source="api-reference" id="invoicescontroller-getnewinvoices" />
