---
title: "List usage records"
method: GET
path: "/usage_records"
tags: ["Usage Records"]
---

# List usage records

`GET /usage_records`

## 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_record"`).
    - `data` UsageRecord
      - `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'
      - `record` object
        - `id` string — The unique identifier of the object in Nmbr.
        - `object` string — The type of the object in Nmbr (`"pay_stub"`).
      - `recorded_at` string, dateTime
      - `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)
