---
title: "Get a page of funds"
method: GET
path: "/v4/funds"
tags: ["Funds"]
---

# Get a page of funds

`GET /v4/funds`

## Query parameters

- `continuationToken` string
- `size` integer

## Response `200`

Page of funds

- ContinuationTokenResponseFundResponse
  - `continuationToken` string, nullable
  - `items` FundResponse[], nullable
    - `fundId` string, uuid, nullable
    - `fundName` string, nullable
    - `totalAmount` number, double
    - `awardedAmount` number, double
    - `paidAmount` number, double
    - `availableAmount` number, double
    - `description` string, nullable
    - `createdBy` string, uuid, nullable
    - `createdAt` string, date-time, nullable

## Other responses

- `400` — Invalid request
- `403` — Insufficient permissions

---

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