---
title: "Gets all direktiv namespace mirroring syncs"
method: GET
path: "/api/v2/namespaces/{namespace}/syncs"
tags: ["syncs"]
---

# Gets all direktiv namespace mirroring syncs

`GET /api/v2/namespaces/{namespace}/syncs`

## Path parameters

- `namespace` string, required

## Response `200`

list of direktiv namespace mirroring syncs processes

- object
  - `data` object[]
    - `id` string — a unique uuid string that identifies a namespace mirroring sync process
    - `status` 'complete' | 'pending' | 'executing' | 'failed' — string that indicate the status of the sync process
    - `endedAt` string — timestamp of process completion
    - `createdAt` string — timestamp of creation date
    - `updatedAt` string — timestamp of last updating date

---

[API](https://skmtc.net/direktiv/apis/direktiv-apiv2-reference.md) · [All operations](https://skmtc.net/direktiv/apis/direktiv-apiv2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/direktiv/direktiv-apiv2-reference/revisions/ad935afb0f54/schema)
