---
title: "Get partners for a competition"
method: GET
path: "/api/competitions/{competitionId}/partners"
tags: ["Competition"]
---

# Get partners for a competition

`GET /api/competitions/{competitionId}/partners`

Retrieve all partners/sponsors associated with a competition (public access)

## Path parameters

- `competitionId` string, uuid, required

## Response `200`

Partners retrieved successfully

- object
  - `success` boolean
  - `partners` object[]
    - `id` string, uuid
    - `name` string
    - `url` string, nullable
    - `logoUrl` string, nullable
    - `details` string, nullable
    - `position` integer
    - `competitionPartnerId` string, uuid
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `404` — Competition not found
- `500` — Server error

## Changes

- **2025-11-10** `5f252e990eb0` — 1 info
  - endpoint added
- **2025-06-30** `e0d0a475d4b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/competitions/:competitionId/partners/get.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
