---
title: "GetProjects"
method: GET
path: "/funding/v1/projects"
tags: ["funding/Entities"]
---

# GetProjects

`GET /funding/v1/projects`

Lookup Projects given a set of filters.

## Query parameters

- `limit` integer
- `page` integer
- `id` string[]
- `category` string[]
- `sector` string[]
- `tags` string[]
- `foundedBefore` string, date-time
- `foundedAfter` string, date-time

## Response `200`

Default response

- object
  - `data` Project[], required
    - `background` string, required
    - `category` string
    - `foundedDate` string, date-time
    - `id` string, required
    - `links` FundingLink[], required
    - `location` string
    - `name` string
    - `organizations` string[], required
    - `overview` string, required
    - `primaryAsset` FundingAsset — Schema for fundingAsset
    - `secondaryAssets` string[], required
    - `sector` string
    - `tags` string[], required
  - `error` string
  - `metadata` Pagination
    - `limit` integer, required
    - `page` integer, required
    - `totalPages` integer, required
    - `totalRows` integer, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

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