Catalogs - Replication
[PREVIEW] [Mocked] Get Replication Logs - Can be filtered by ExecutionId
get/v2/user/catalogs/{storeId}/replication/logs
Path parameters
storeIdstring guid required
Your store 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",
"fromStoreId": "64f43358-63a1-47f7-97ec-0301fc39956b"
}
]