---
title: "List Sync Logs"
method: GET
path: "/sync_logs"
tags: ["sync_logs", "Sync Logs"]
---

# List Sync Logs

`GET /sync_logs`

List Sync Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of SyncLogs objects.

- SyncLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `sync_id` integer — Sync ID
  - `external_event_id` integer — External Event ID used by legacy syncs
  - `sync_run_id` integer — Sync Run ID
  - `error_type` string — Error type, if applicable
  - `message` string — Message
  - `operation` 'delete' | 'delete_source' | 'list' | 'mkdir' | 'sync' | 'sync_overwrite' | 'write_trigger_file' — Operation type
  - `path` string — File path
  - `size` integer — File size
  - `file_type` string — File type
  - `status` 'success' | 'failure' | 'partial_failure' | 'skipped' | 'retried_failure' — Status
  - `created_at` string, date-time — Start Time of Action

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
