---
title: "Fetch a List of Businesses"
method: GET
path: "/business"
tags: ["Business"]
---

# Fetch a List of Businesses

`GET /business`

## Query parameters

- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` business elements, starting after the business described by `page_cursor`. If no more businesss are available, the resulting list will be empty.

- object
  - `data` object[]
    - `address` object — Address on file associated with the business
      - `city` string — City
      - `country` string — Country (ISO 3166-1 alpha-2). Defaults to `US`
      - `postal_code` string — Postal code
      - `state` string — State
      - `street_line_1` string — First line of the address
      - `street_line_2` string — Optional second line of the address
    - `dba` string — The name the business is Doing Business As
    - `id` string — Unique identifier for object
    - `name` string — Name of the business
    - `phone_number` string — Phone number of the business
    - `tin_last4` string — The last four digits of the TIN / EIN

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
