---
title: "List replication tasks for a specific execution"
method: GET
path: "/replication/executions/{id}/tasks"
tags: ["replication"]
---

# List replication tasks for a specific execution

`GET /replication/executions/{id}/tasks`

List replication tasks for a specific execution

## Path parameters

- `id` integer, required

## Query parameters

- `sort` string
- `page` integer
- `page_size` integer
- `status` string
- `resource_type` string

## Headers

- `X-Request-Id` string

## Response `200`

Success

- ReplicationTask[]
  - `id` integer — The ID of the task
  - `execution_id` integer — The ID of the execution that the task belongs to
  - `status` string — The status of the task
  - `job_id` string — The ID of the underlying job that the task related to
  - `operation` string — The operation of the task
  - `resource_type` string — The type of the resource that the task operates
  - `src_resource` string — The source resource that the task operates
  - `dst_resource` string — The destination resource that the task operates
  - `start_time` string, date-time — The start time of the task
  - `end_time` string, date-time — The end time of the task

## 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)
