---
title: "GET /api/fundraise/funds"
method: GET
path: "/api/fundraise/funds"
tags: ["api", "fundraise"]
---

# GET /api/fundraise/funds

`GET /api/fundraise/funds`

Get All Funds

## Query parameters

- `top` integer, required — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer, required — The number of objects to skip for the requested result
- `_id` string — The ID of the fund to search for
- `name` string — The name of the fund to search for
- `externalId` string — The external ID of the fund to search for

## Response `200`

OK

- object
  - `docs` FundResource[], required
    - `_id` string, required — The ID of the Fund
    - `name` string, required — The name of the fund
    - `target` object — The target (goal) amount and date of the fund
      - `amount` number — The target amount of the fund
      - `date` string, date-time — An ISO timestamp indicating when the fund is planned to reach the goal (amount).
    - `externalId` string — The external ID of the fund
    - `sellerId` string, required — The ID of the seller owning the fund
    - `createdAt` string, date-time, required — An ISO timestamp indicating when the fund was created.
    - `updatedAt` string, date-time, required — An ISO timestamp indicating when the fund was created.
  - `total` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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