---
title: "List replication executions"
method: GET
path: "/replication/executions"
tags: ["replication"]
---

# List replication executions

`GET /replication/executions`

List replication executions

## Query parameters

- `sort` string
- `page` integer
- `page_size` integer
- `policy_id` integer
- `status` string
- `trigger` string

## Headers

- `X-Request-Id` string

## Response `200`

Success

- ReplicationExecution[]
  - `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
- `500` — Internal server error

---

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