v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Model Sync

Get Execution Logs Index

Returns an index of the record-log types produced by this model sync execution, with the per-type endpoint to retrieve signed URLs for each type's segment files.

get/api/syncs/{sync_id}/executions/{id}/logs

Path parameters

sync_idstring uuid required

Unique identifier of the model sync.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the model sync.

idstring uuid required

Unique identifier of the execution whose logs are being indexed.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the execution whose logs are being indexed.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": {
    "deletes": {
      "count": 12450,
      "url": "https://app.polytomic.com/api/syncs/0b155265-c537-44c9-9359-a3ceb468a4da/executions/0ecd09c1-b901-4d27-9053-f0367c427254/records"
    },
    "errors": {
      "count": 12450,
      "url": "https://app.polytomic.com/api/syncs/0b155265-c537-44c9-9359-a3ceb468a4da/executions/0ecd09c1-b901-4d27-9053-f0367c427254/records"
    },
    "inserts": {
      "count": 12450,
      "url": "https://app.polytomic.com/api/syncs/0b155265-c537-44c9-9359-a3ceb468a4da/executions/0ecd09c1-b901-4d27-9053-f0367c427254/records"
    },
    "records": {
      "count": 12450,
      "url": "https://app.polytomic.com/api/syncs/0b155265-c537-44c9-9359-a3ceb468a4da/executions/0ecd09c1-b901-4d27-9053-f0367c427254/records"
    },
    "updates": {
      "count": 12450,
      "url": "https://app.polytomic.com/api/syncs/0b155265-c537-44c9-9359-a3ceb468a4da/executions/0ecd09c1-b901-4d27-9053-f0367c427254/records"
    },
    "warnings": {
      "count": 12450,
      "url": "https://app.polytomic.com/api/syncs/0b155265-c537-44c9-9359-a3ceb468a4da/executions/0ecd09c1-b901-4d27-9053-f0367c427254/records"
    }
  }
}