Channel Catalogs - Replication
[PREVIEW] [Mocked] Get Replication Logs - Can be filtered by ExecutionId.
get/v2/user/channelCatalogs/{channelCatalogId}/replication/logs
Path parameters
channelCatalogIdstring guid required
The channel catalog identifier
Query parameters
executionIdstring Guid?
The execution identifier
minReplicationUtcDatestring date-time
The minimum date for the logs. Cannot be lower than current date. Default is current date.
maxReplicationUtcDatestring date-time
The maximum date for the logs. Cannot be greater than 31 days from current date. Default is 2 days from current date.
Response
Get Replication Logs
Example response
[
{
"executionId": "bf3bc288-604c-4267-925e-66b1a15dca75",
"fromChannelCatalogId": "6d6b04de-406b-4539-8e7e-bf3e8da5dfb0"
}
]