---
title: "Get Story Run Info"
method: GET
path: "/story-result/{run_id}"
tags: ["Apis", "Stories"]
---

# Get Story Run Info

`GET /story-result/{run_id}`

## Path parameters

- `run_id` integer, required — The unique identifier for the run, which was generated during the creation process and returned upon task completion.

## Query parameters

- `include_transcript` boolean — The optional `include_transcript` query parameter determines whether the detailed transcript data should be included in the response.

## Response `200`

Successful Response

- StoryRunInfoResponse
  - `audio_url` string — The URL pointing to the generated audio file for the story.
  - `dialogue_url` string — The URL pointing to the audio file that contains the story's dialogue.
  - `transcript` DialogueItem[] — A collection of dialogue items representing the textual transcript of the story.
    - `start` number, float, required — The start time (in seconds) of the dialogue.
    - `end` number, float, required — The end time (in seconds) of the dialogue.
    - `text` string, required — The actual text content of the dialogue spoken by the speaker.
    - `speaker` string, required — The name or identifier of the speaker delivering the dialogue.

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
