---
title: "Get transcript info"
method: GET
path: "/transcripts/{dir}/{id}/info"
tags: ["transcripts"]
---

# Get transcript info

`GET /transcripts/{dir}/{id}/info`

Returns transcript metadata without messages or events.

## Path parameters

- `dir` string, required — Transcripts directory (base64url-encoded)
- `id` string, required — Transcript ID

## Response `200`

Successful Response

- TranscriptInfo — Transcript identifier, location, and metadata.
  - `agent` string, nullable
  - `agent_args` object, nullable
  - `date` string, nullable
  - `error` string, nullable
  - `limit` string, nullable
  - `message_count` integer, nullable
  - `metadata` object, required
  - `model` string, nullable
  - `model_options` object, nullable
  - `score` unknown
  - `source_id` string, nullable
  - `source_type` string, nullable
  - `source_uri` string, nullable
  - `success` boolean, nullable
  - `task_id` string, nullable
  - `task_repeat` integer, nullable
  - `task_set` string, nullable
  - `total_time` number, nullable
  - `total_tokens` integer, nullable
  - `transcript_id` string, required

---

[API](https://skmtc.net/meridianlabs-ai/apis/inspect-scout-viewer-api.md) · [All operations](https://skmtc.net/meridianlabs-ai/apis/inspect-scout-viewer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meridianlabs-ai/inspect-scout-viewer-api/revisions/09cc54e3f328/schema)
