---
title: "Get Table Syncronization Info"
method: GET
path: "/v1/table/{table_id}/sync/info"
tags: ["Table"]
---

# Get Table Syncronization Info

`GET /v1/table/{table_id}/sync/info`

Retrieve the integration sync info of a given table.

## Path parameters

- `table_id` string, uuid, required

## Response `200`

Successfully retrieved the table syncronization info.

- object
  - `data` SyncIntegrationInfoDocumentTable
    - `publicId` string, uuid
    - `name` string
    - `type` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `isDeleted` boolean
    - `lastSync` string, date-time
    - `isSyncing` boolean
    - `isViewpointSynced` boolean
    - `isViewpointRfisSynced` boolean
    - `isAutodeskBim360Synced` boolean
    - `isAutodeskBim360ChecklistsSynced` boolean
    - `isAutodeskBim360IssuesSynced` boolean
    - `isAutodeskBim360ModelsSynced` boolean
    - `isAutodeskBim360UsersSynced` boolean
    - `isProcoreSynced` boolean
    - `isAconexSynced` boolean
    - `isAconexWorkflowsSynced` boolean
    - `isAsiteDocumentsSynced` boolean
    - `isAsiteFormsSynced` boolean
    - `isMortaSynced` boolean
    - `isMortaProjectsSynced` boolean
    - `isMortaResourcesSynced` boolean
    - `isMortaCommentsSynced` boolean
    - `isMortaColumnsSynced` boolean
    - `isMortaUsersSynced` boolean
    - `isReviztoIssuesSynced` boolean
    - `isSynced` boolean
    - `failedSyncAttempts` integer
    - `syncHourlyFrequency` integer

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table not found.

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
