---
title: "Fetch progress and results for a routine run"
method: GET
path: "/routines/run/{routine_run_id}/results"
tags: ["routines"]
---

# Fetch progress and results for a routine run

`GET /routines/run/{routine_run_id}/results`

Returns current status and paginated results for an asynchronous routine run.

## Path parameters

- `routine_run_id` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

200

- RunResultsComplete
  - `cursor` string
  - `data` RunResultItem[], required
    - `error` object
      - `message` string, required
    - `id` string, required
    - `result` object
    - `status` 'complete' | 'failed', required
  - `finished` number, required
  - `routine_run_id` string, required
  - `status` 'complete', required
  - `total` number, required

## Other responses

- `202` — 202
- `400` — 400
- `401` — 401
- `404` — 404
- `429` — 429

---

[API](https://skmtc.net/clay/apis/clay-public-api.md) · [All operations](https://skmtc.net/clay/apis/clay-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clay/clay-public-api/versions/c1f3cd4d89da/schema)
