# Accounting GraphQL API Fields

Each [GraphQL API dataset](/en/documentation/devtools/graphql-api/features/#datasets) has specific fields that can be used when querying for data from that dataset.

See each available field and their descriptions below.

---

## accountingDetail (Accounting)

| Field | Description |
| ----- | ----------- |
| accounted | Total amount of product usage per region accounted in the bill detail of the client. Example: `1767504904` |
| clientId | Client unique identifier on Azion. Example: `8437r` |
| metricSlug | Identifier of the metric being account. See the complete list of product metrics in the [Terms of Service](/en/documentation/agreements/tos/#3-product-use-calculation-metrics-and-methods) document. Example: `load_balancer_data_transferred` |
| periodFrom | Start date of the accounted data in year-month-day format. Example: `2022-06-01` |
| periodTo | End date of the accounted data in year-month-day format. Example: `2022-06-30` |
| productSlug | Identifier of the product being accounted. Can be: `content_delivery`, `application_acceleration`, `edge_firewall`, `waf`, `live_ingest`, `load_balancer`, `image_optimization`, `ddos_protection_20gbps`, `ddos_protection_50gbps`, `ddos_protection_unlimited`, `ddos_protection_data_transferred`, `support_enterprise`, `support_mission_critical`, `realtime_events`, `data_streaming`, `edge_functions`, `intelligent_dns`, `layer_two_cache`, `plan_business`, `plan_enterprise`, `plan_missioncritical`, `edge_storage`, `bot_manager`, `connector`, `workload`, `cache`, `support_developer`, `support`, or `support_fee` |
| regionName | Region that the metric was accounted to. Find more information on the [Pricing](/en/documentation/products/pricing/) page. Can be: `United States`, `Canada`, `Europe`, `Brazil`, `Latam`, `All Other Regions`, or `No Region` |