---
search:
  tags:
    - billing
    - GET
seo:
  description: >-
    Returns a paginated, filterable, and sortable grid of invoices that have…
    Reference for the GET /billing/invoices/paid endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get paid invoices grid
title: Get paid invoices grid
type: openapi-operation
---
Returns a paginated, filterable, and sortable grid of invoices that have been marked as paid.

**What are Paid Invoices?**
The "Paid" tab shows all invoices that have been fully settled. These invoices are in status "Paid" and represent completed transactions.

**What is returned:**
- Invoice identification (ID, number)
- Project reference (projectId)
- Invoice type (Mixed, Subscription, TimeBased, ExpressQuotation, SingleProject, InterimPayment)
- Creation date (createdAt)
- Net amount before taxes and fees (netto)
- Invoice status (Paid)

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

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

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