---
title: "Get Recipient Projects Endpoint"
method: GET
path: "/getRecipientProjects"
---

# Get Recipient Projects Endpoint

`GET /getRecipientProjects`

Retrieves all projects associated with a specific recipient.

Query Parameters:
    recipientId (str): The ID of the recipient (required)

Returns:
    JSON response containing:
        - projects: List of projects with their metadata
        Each project contains:
            - id
            - title
            - start_date
            - end_date
            - status

Errors:
    - 400 if recipientId is missing
    - 404 if recipient is not found
    - 500 if database access fails

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
