---
title: "Link Wandb"
method: POST
path: "/api/runs/{run_id}/wandb"
tags: ["runs"]
---

# Link Wandb

`POST /api/runs/{run_id}/wandb`

## Path parameters

- `run_id` string, required

## Request body

- WandbLinkRequest
  - `projectId` string, uuid, required
  - `trainingTaskId` string, uuid, required
  - `wandb_url` string, required

## Response `200`

Successful Response

- WandbLinkResponse
  - `ok` boolean
  - `run_id` string, required
  - `wandb_urls` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/freesolo/apis/platform-backend.md) · [All operations](https://skmtc.dev/freesolo/apis/platform-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/freesolo/platform-backend/revisions/5626e92675af/schema)
