---
title: "Get Run Trace"
method: GET
path: "/admin/runs/{run_id}/trace"
tags: ["admin"]
---

# Get Run Trace

`GET /admin/runs/{run_id}/trace`

Return raw JSONL trace content for a run from the Modal volume.

Tries `runs/{run_id}/trace.jsonl` first, then falls back to the first
.jsonl file found in the run directory.

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nanocorp/apis/nanocorp-api.md) · [All operations](https://skmtc.dev/nanocorp/apis/nanocorp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nanocorp/nanocorp-api/revisions/04b208d3215b/schema)
