---
title: "Sync Timeline"
method: POST
path: "/api/training/internal/optimizer-timelines/sync"
tags: ["training-internal"]
---

# Sync Timeline

`POST /api/training/internal/optimizer-timelines/sync`

## Request body

- InternalOptimizerTimelineSyncRequest
  - `org_id` string, required
  - `project_id` string, required
  - `training_task_id` string, required
  - `repository_full_name` string, required
  - `tracker_path` string, required
  - `payload` object

## Response `200`

Successful Response

- object

## 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)
