Printago API
GET /v1/integrations/cloud-storage/{provider}/{integrationId}/sync-records

List all file sync records for a cloud-storage integration

List all file sync records for a cloud-storage integration.

Path Parameters

provider required
string
integrationId required
string

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "integrationId": "string",
    "remoteFileId": "string",
    "remoteFileName": "string",
    "remoteFolderId": "string",
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-08-24T03:58:55.261Z",
    "updatedAt": "2026-08-24T03:58:55.261Z"
  }
]