---
title: "Retrieves a list of sync maps"
method: GET
path: "/chat/sync/map"
tags: ["Chat"]
---

# Retrieves a list of sync maps

`GET /chat/sync/map`

Get list of sync maps

## Response `200`

List of sync maps will be returned

- SyncMapResponseDef[]
  - `sid` string, required
  - `uniqueName` string, required
  - `revision` string, required
  - `dateExpires` string, date-time
  - `dateCreated` string, date-time, required
  - `dateUpdated` string, date-time, required
  - `createdBy` string, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Validation errors caused by missing or invalid header / path or query params
- `401` — Failed to authenticate the user making the request
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
