---
title: "Get Business Application History"
method: GET
path: "/businesses/{id}/applications"
tags: ["Business"]
---

# Get Business Application History

`GET /businesses/{id}/applications`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `limit` integer — Maximum number of records to return in a single page. Must be between 1 and 1000.
- `offset` integer, nullable — Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
- `cursor` string, nullable — Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

## Response `200`

List of application velocity responses.

- V1ApplicationVelocityResponse[]
  - `created_at` string, date-time, required — The date and time when the application was submitted.
  - `type` 'neobank' | 'community_bank' | 'credit_union' | 'regional_bank' | 'national_bank' | 'fintech' | 'smb_lender' | 'merchant_cash_advanced' | 'processor' | 'infrastructure' | 'other', required
  - `team` 'cSuite' | 'risk' | 'compliance' | 'engineering' | 'operations' | 'innovation' | 'other' — Enum class for the different departments within an organization. These values are associated with the `User` model and are set during the user onboarding flow.
  - `product` 'savings' | 'credit' | 'working_capital' | 'equipment' | 'cash_advance' | 'payments' | 'other' — Enum class for the different products within an organization. These values are associated with the `User` model and are determined during the user onboarding process.

## Other responses

- `422` — Validation Error

---

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