---
title: "Get partner contributions by fullName."
method: GET
path: "/partners/contributions/fullName/{fullName}"
tags: ["Partner"]
---

# Get partner contributions by fullName.

`GET /partners/contributions/fullName/{fullName}`

Allows a moderator to get partner contributions by id.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

List of the partner contributions retrieved successfully.

## Other responses

- `400` — Validation error. This can occur if the request body does not match the expected format.
- `500` — Internal server error.

---

[API](https://skmtc.net/archives/apis/catalog-api.md) · [All operations](https://skmtc.net/archives/apis/catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/archives/catalog-api/versions/cafec81df996/schema)
