---
title: "List usage summaries"
method: GET
path: "/usage_summaries"
tags: ["Usage Summaries"]
---

# List usage summaries

`GET /usage_summaries`

## Response `200`

OK

- object
  - `object` string — The type of the object in Nmbr (`"list"`).
  - `data` 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/c2532d856ea2/schema)
