GetSyncLogs
retrieve a sync's logs.
Input
| Name | Type | Description |
| SyncId | String | Id of the sync. |
Result Set Columns
| Name | Type | Description |
| SyncUri | String | The syncUri of the sync. |
| Count | String | The index of the log message. |
| Severity | String | The severity of the sync log. |
| StatusCode | String | The statusCode of the sync log. |
| Message | String | The message of the sync log. |
| CreatedAt | String | The created time of the sync log. |