> ## 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_network_flow_reports (Data Source)

> Terraform data source reference for vantage_network_flow_reports (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

### Read-Only

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

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

### Nested Schema for `network_flow_reports`

Read-Only:

* `created_at` (String) The date and time, in UTC, the report was created. ISO 8601 Formatted.
* `created_by_token` (String) The token for the User or Team that created this NetworkFlowReport.
* `date_interval` (String) The date range for the NetworkFlowReport. Only present if a custom date range is not specified.
* `default` (Boolean) Indicates whether the NetworkFlowReport is the default report.
* `end_date` (String) The end date for the NetworkFlowReport. Only set for custom date ranges. ISO 8601 Formatted.
* `filter` (String) The filter applied to the NetworkFlowReport. Additional documentation available at [https://docs.vantage.sh/vql](https://docs.vantage.sh/vql).
* `flow_direction` (String) The flow weight of the NetworkFlowReport. Possible values: costs, bytes.
* `flow_weight` (String) The flow weight of the NetworkFlowReport. Possible values: costs, bytes.
* `groupings` (String) The grouping aggregations applied to the filtered data.
* `id` (String) The id of the resource
* `start_date` (String) The start date for the NetworkFlowReport. Only set for custom date ranges. ISO 8601 Formatted.
* `title` (String) The title of the NetworkFlowReport.
* `token` (String)
* `workspace_token` (String) The token for the Workspace the NetworkFlowReport is a part of.
