---
title: "Get sync logs"
method: GET
path: "/sync/logs"
tags: ["Logs"]
---

# Get sync logs

`GET /sync/logs`

Fetch the latest sync operation logs

## Query parameters

- `last` integer

## Response `200`

List of log entries

- ModelsLogEntry[]
  - `level` string — INFO, WARN, ERROR
  - `message` string
  - `operation` string
  - `syncId` string
  - `timestamp` string

## Other responses

- `400` — Invalid last parameter

## Changes

- **2026-07-17** `29008907af99` — 1 info
  - endpoint added
- **2025-10-23** `9a584a665f7b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ccextractor/apis/ccsync-api/changes/sync/logs/get.md)

---

[API](https://skmtc.dev/ccextractor/apis/ccsync-api.md) · [All operations](https://skmtc.dev/ccextractor/apis/ccsync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ccextractor/ccsync-api/revisions/29008907af99/schema)
