---
title: "Retrieve an usage record"
method: GET
path: "/usage_records/{usage_record}"
tags: ["Usage Records"]
---

# Retrieve an usage record

`GET /usage_records/{usage_record}`

## Path parameters

- `usage_record` 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_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.dev/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.dev/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/revisions/29c2d6ac7131/schema)
