---
title: "Get Billing Report Info"
method: GET
path: "/billing-reports/{company_name}/{billing_period}/info"
tags: ["billing"]
---

# Get Billing Report Info

`GET /billing-reports/{company_name}/{billing_period}/info`

Get metadata about a billing report without downloading it.

Args:
    company_name: Company identifier
    billing_period: Billing period

Returns:
    Report metadata (file size, last modified, etc.)

## Path parameters

- `company_name` string, required
- `billing_period` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/6e257c69d1d1?raw)
