---
title: "Retrieve an usage summary"
method: GET
path: "/usage_summaries/{usage_summary}"
tags: ["Usage Summaries"]
---

# Retrieve an usage summary

`GET /usage_summaries/{usage_summary}`

## Path parameters

- `usage_summary` string, required

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"usage_summary"`).
  - `data` UsageSummary
    - `company` object
      - `id` string — The unique identifier of the object in Nmbr.
      - `object` string — The type of the object in Nmbr (`"company"`).
    - `event` 'business_launched' | 'contractor_paid' | 'contractor_paid_unique' | 'employee_paid' | 'employee_paid_unique' | 'funding_failure' | 'kyb_attempt' | 'payroll_expedited'
    - `count` integer
    - `period_start` string, date
    - `period_end` string, date
    - `created_at` string, dateTime — The date and time the object was created in Nmbr.
    - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

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