---
title: "Get the File's Count of Associated Account, Statement and Meter Resources"
method: GET
path: "/plug/files/{fileId}/counts"
tags: ["Files"]
---

# Get the File's Count of Associated Account, Statement and Meter Resources

`GET /plug/files/{fileId}/counts`

This endpoint returns the count of Accounts, Meters and Statements that was obtained by a specific file.

## Path parameters

- `fileId` string, required

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- PublicAssociatedEntitiesCountResource
  - `accountCount` integer, required — The number of accounts.
  - `meterCount` integer, required — The total number of meters associated with the account.
  - `statementCount` integer, required — The total number of statements.

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/revisions/d00587742116/schema)
