---
title: "Get a fund"
method: GET
path: "/v4/funds/{fundId}"
tags: ["Funds"]
---

# Get a fund

`GET /v4/funds/{fundId}`

## Path parameters

- `fundId` string, uuid, required

## Response `200`

The fund

- FundResponse
  - `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
- `404` — Entity not found

---

[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)
