---
title: "Retrieve Run"
method: GET
path: "/v1/api-performance/runs/{run_id}"
tags: ["api-performance"]
---

# Retrieve Run

`GET /v1/api-performance/runs/{run_id}`

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- PublicApiPerformanceRunResponse
  - `operation` PublicApiPerformanceOperation, required
    - `id` string, required
    - `method` string, required
    - `path` string, required
    - `description` string, nullable
    - `category` PublicApiPerformanceCategory
      - `id` string, required
      - `name` string, required
      - `slug` string, required
      - `sort_order` integer
    - `openapi_operation_id` string, nullable
    - `interface_id` string, nullable
    - `created_at` string, nullable
  - `data` PublicApiPerformanceRunDetail, required
    - `id` string, required
    - `eval_id` string, nullable
    - `eval_type` string, nullable
    - `prompt` string, nullable
    - `expected_behavior` string, nullable
    - `graders` object[]
    - `reference_answer` string, nullable
    - `platform` string, nullable
    - `model` string, nullable
    - `model_type` string, nullable
    - `passed` boolean, nullable
    - `score` number, nullable
    - `failure_reasons` string[], nullable
    - `error_message` string, nullable
    - `latency_ms` integer, nullable
    - `tokens_used` integer, nullable
    - `run_date` string, nullable
    - `created_at` string, nullable
    - `raw_response` string, nullable
    - `grader_results` object, nullable
    - `api_call_log` object, nullable
    - `tool_calls` object[], nullable
    - `conversation_turns` object[], nullable
    - `generated_files` object, nullable
    - `execution_stdout` string, nullable
    - `execution_stderr` string, nullable
    - `exit_code` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-15** `820f778732b1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usesapient/apis/sapient-public-api/changes/v1/api-performance/runs/:run_id/get.md)

---

[API](https://skmtc.dev/usesapient/apis/sapient-public-api.md) · [All operations](https://skmtc.dev/usesapient/apis/sapient-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesapient/sapient-public-api/revisions/820f778732b1/schema)
