---
title: "GET /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices"
method: GET
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices"
tags: ["Invoices"]
---

# GET /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices

`GET /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices`

Lists the invoices for a billing account for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise Agreement.

## Path parameters

- `billingAccountName` string, required

## Query parameters

- `api-version` string, required
- `periodStartDate` string, required
- `periodEndDate` string, required

## Response `200`

OK. The request has succeeded.

- InvoiceListResult — The list of invoices.
  - `value` Invoice[] — The list of invoices.
    - `id` string — Resource Id.
    - `name` string — Resource name.
    - `type` string — Resource type.
  - `nextLink` string — The link (url) to the next page of results.
  - `totalCount` number — Total number of records.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/billingmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/billingmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/billingmanagementclient/revisions/481e7355ac16/schema)
