v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
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

executionIdstring guid required

The execution identifier of the catalog importation

fromChannelCatalogIdstring guid

The channel catalog identifier

status'None' | 'InProgress' | 'Done' | 'Failed' | 'Aborted' required

The processing status of an operation

sourceUpdateUtcDatestring date-time required

The update date on the source

targetUpdateUtcDatestring date-time

The update date on the target

logsobject

The key will be the channelCatalogId

Example response

[
  {
    "executionId": "bf3bc288-604c-4267-925e-66b1a15dca75",
    "fromChannelCatalogId": "6d6b04de-406b-4539-8e7e-bf3e8da5dfb0"
  }
]