---
title: "List Synchronizations"
method: GET
path: "/wordlift/v1/synchronizations"
tags: ["Synchronizations"]
---

# List Synchronizations

`GET /wordlift/v1/synchronizations`

List the synchronizations

## Query parameters

- `limit` integer
- `sort` string
- `is_running` boolean

## Response `200`

The list of synchronizations

- PageSynchronization
  - `self` string
  - `first` string
  - `prev` string
  - `next` string
  - `last` string
  - `items` Synchronization[], required
    - `created_at` string, required
    - `modified_at` string, required
    - `started_at` string
    - `stopped_at` string
    - `is_running` boolean, required
    - `total` integer, required
    - `offset` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/insideout10/apis/wordlift-plugin.md) · [All operations](https://skmtc.net/insideout10/apis/wordlift-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insideout10/wordlift-plugin/versions/00576e6d31eb/schema)
