---
title: "[PREVIEW] [Mocked] Get Replication Logs - Can be filtered by ExecutionId"
method: GET
path: "/v2/user/catalogs/{storeId}/replication/logs"
tags: ["Catalogs - Replication"]
---

# \[PREVIEW\] \[Mocked\] Get Replication Logs - Can be filtered by ExecutionId

`GET /v2/user/catalogs/{storeId}/replication/logs`

## Path parameters

- `storeId` string, guid, required

## Query parameters

- `executionId` string, Guid?
- `minReplicationUtcDate` string, date-time
- `maxReplicationUtcDate` string, date-time

## Response `200`

Get Replication Logs

- CatalogReplicationLog[]
  - `executionId` string, guid, required — The execution identifier of the catalog importation
  - `fromStoreId` string, guid, required — The store identifier
  - `status` 'None' | 'InProgress' | 'Done' | 'Failed' | 'Aborted', required — The processing status of an operation
  - `sourceUpdateUtcDate` string, date-time, required — The update date on the source
  - `targetUpdateUtcDate` string, date-time — The update date on the target
  - `totalCounters` CatalogReplicationLogCounters
    - `totalCreatedCount` integer — The total count of created items
    - `totalUpdatedCount` integer — The total count of updated items
    - `totalDeletedCount` integer — The total count of deleted items
    - `totalIgnoredCount` integer — The total count of ignored items
    - `totalErrorCount` integer — The total count of items in error.
  - `logs` object — The key will be the storeId

## Other responses

- `404` — StoreId not found
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.dev/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.dev/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
