---
title: "Get the specific replication execution"
method: GET
path: "/replication/executions/{id}"
tags: ["replication"]
---

# Get the specific replication execution

`GET /replication/executions/{id}`

Get the replication execution specified by ID

## Path parameters

- `id` integer, required

## Headers

- `X-Request-Id` string

## Response `200`

Success

- ReplicationExecution — The replication execution
  - `id` integer — The ID of the execution
  - `policy_id` integer — The ID if the policy that the execution belongs to
  - `status` string — The status of the execution
  - `trigger` string — The trigger mode
  - `start_time` string, date-time — The start time
  - `end_time` string, date-time — The end time
  - `status_text` string — The status text
  - `total` integer — The total count of all executions
  - `failed` integer — The count of failed executions
  - `succeed` integer — The count of succeed executions
  - `in_progress` integer — The count of in_progress executions
  - `stopped` integer — The count of stopped executions

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
