---
title: "List Lender Programs"
method: GET
path: "/api/external/v2/lenders/{org_id}/programs"
tags: ["external-v2-lenders"]
---

# List Lender Programs

`GET /api/external/v2/lenders/{org_id}/programs`

List programs for a lender with pagination.

## Path parameters

- `org_id` integer, required

## Query parameters

- `limit` integer — Number of results to return (1-200, clamped)
- `offset` integer — Offset for pagination (>= 0, clamped)
- `cursor` string, nullable — Base64 cursor for pagination

## Response `200`

Successful Response

- LenderProgramsListResponse — OpenAPI schema for GET /api/external/v2/lenders/<org_id>/programs (list envelope).
  - `request_id` string, required
  - `timestamp` string, required
  - `data` LenderProgramResponse[], required
    - `id` integer, required
    - `title` string, nullable
    - `loan_types` string[], nullable
    - `recourse_types` string[], nullable
    - `min_loan_amount` number, nullable
    - `max_loan_amount` number, nullable
    - `capital_source_type` string, nullable
    - `positions` string[], nullable
    - `sponsor_states` string[], nullable
    - `status` string, nullable
  - `pagination` unknown, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lev/apis/lev-api.md) · [All operations](https://skmtc.dev/lev/apis/lev-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lev/lev-api/revisions/d0119cf38f9c/schema)
