---
title: "Get module usage"
method: GET
path: "/reports/modules/{module_usage}"
tags: ["terraform-module-usage"]
---

# Get module usage

`GET /reports/modules/{module_usage}`

This endpoint returns instance of module usage.

## Path parameters

- `module_usage` string, required

## Query parameters

- `include` string[]
- `fields` object
  - `tf-module-namespaces` string — The comma-separated list of fields to return in response for ModuleUsageNamespace resource.
  - `tf-module-usages` string — The comma-separated list of fields to return in response for TerraformModuleUsage resource.

## Response `200`

Success.

## Other responses

- `403` — User unauthorized to perform this action.
- `404` — Module usage not found or user unauthorized to perform action.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/versions/fc927526ad12/schema)
