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

# Get a task run

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

Returns a single task run with skill execution details.

## Path parameters

- `cloneId` string, required
- `activityId` string, required

## Response `200`

Activity details

- ActivityDetail
  - `id` string, required
  - `taskId` string, required
  - `taskTitle` string
  - `isSuccess` boolean, required
  - `response` string
  - `skillCount` integer, required
  - `skills` ActivitySkillRun[]
    - `skillName` string, required
    - `isSuccess` boolean, required
    - `result` string
  - `createdAt` string, date-time, required

## Other responses

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

## Changes

- **2026-03-22** `0841f04b6bd8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/clone-global/apis/cloneforce-platform-api/changes/public/v1/clones/:cloneId/activity/:activityId/get.md)

---

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