---
title: "List task run history"
method: GET
path: "/public/v1/clones/{cloneId}/activity"
tags: ["Activity"]
---

# List task run history

`GET /public/v1/clones/{cloneId}/activity`

Returns all task run records for a clone, ordered by creation date descending.

## Path parameters

- `cloneId` string, required

## Response `200`

Activity list

- object
  - `data` ActivitySummary[], required
    - `id` string, required
    - `taskId` string, required
    - `taskTitle` string
    - `isSuccess` boolean, required
    - `response` string
    - `createdAt` string, date-time, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found

---

[API](https://skmtc.net/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.net/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/revisions/0841f04b6bd8/schema)
