> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# vantage_invoices (Data Source)

> Terraform data source reference for vantage_invoices (Data Source). Auto-generated from the vantage-sh/terraform-provider-vantage repository.

<Note>
  This page is auto-generated based on the official [Terraform documentation](https://registry.terraform.io/providers/vantage-sh/vantage/latest/docs).
</Note>

## Overview

Use this data source with the [Vantage Terraform provider](/terraform). For installation and authentication, see the [Terraform provider quickstart](/terraform#quickstart). The schema below is generated directly from the provider source.

## Schema

### Optional

* `managed_account_token` (String) Filter invoices by managed account token (MSP accounts only)

### Read-Only

* `invoices` (Attributes List) (see [below for nested schema](#nestedatt--invoices))

<a id="nestedatt--invoices" />

### Nested Schema for `invoices`

Read-Only:

* `account_name` (String) Name of the managed account this invoice belongs to
* `account_token` (String) Token of the managed account this invoice belongs to
* `billing_period_end` (String) End date of the billing period. ISO 8601 formatted.
* `billing_period_start` (String) Start date of the billing period. ISO 8601 formatted.
* `created_at` (String) The date and time, in UTC, the invoice was created. ISO 8601 formatted.
* `id` (String) The id of the resource
* `invoice_number` (String) Sequential invoice number for the MSP account
* `msp_account_token` (String) Token of the MSP account that owns this invoice
* `status` (String) Current status of the invoice
* `token` (String)
* `total` (String) Total amount for the invoice period
* `updated_at` (String) The date and time, in UTC, the invoice was last updated. ISO 8601 formatted.
