# Invoices Invoice line item retrieval endpoints ## List invoices - [GET /partner/v2/account/{accountId}/location/{locationId}/invoice](https://lobbie-partner.redocly.app/openapi/invoices/listinvoices.md): Retrieve a paginated list of invoices for the location. Supports filtering by patient, status, and date range. ## Get invoice by ID - [GET /partner/v2/account/{accountId}/location/{locationId}/invoice/{invoiceId}](https://lobbie-partner.redocly.app/openapi/invoices/getinvoice.md): Retrieve detailed information about a specific invoice including line items and payment status. ## List invoice line items - [GET /partner/v2/account/{accountId}/location/{locationId}/invoice/{invoiceId}/line-item](https://lobbie-partner.redocly.app/openapi/invoices/listlineitems.md): Retrieve all line items for the specified invoice. ## Get line item by ID - [GET /partner/v2/account/{accountId}/location/{locationId}/invoice/{invoiceId}/line-item/{lineItemId}](https://lobbie-partner.redocly.app/openapi/invoices/getlineitem.md): Retrieve detailed information about a specific line item. ## Get invoice PDF - [GET /partner/v2/account/{accountId}/location/{locationId}/invoice/{invoiceId}/pdf](https://lobbie-partner.redocly.app/openapi/invoices/getinvoicepdf.md): Generate or retrieve a PDF of the invoice. Returns a signed URL to download the PDF.