---
title: "GET /api/database/data-sync/{data_sync_id}/properties/"
method: GET
path: "/api/database/data-sync/{data_sync_id}/properties/"
tags: ["Database tables"]
---

# GET /api/database/data-sync/{data_sync_id}/properties/

`GET /api/database/data-sync/{data_sync_id}/properties/`

Lists all the available properties of the provided data sync.

## Path parameters

- `data_sync_id` integer, required

## Headers

- `ClientSessionId` string, uuid

## Response `200`

- ListDataSyncProperty[]
  - `unique_primary` boolean, required
  - `key` string, required
  - `name` string, required
  - `field_type` string, required
  - `initially_selected` boolean, required

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
