---
title: "Get Story Status"
method: GET
path: "/story/{task_id}"
tags: ["Apis"]
---

# Get Story Status

`GET /story/{task_id}`

## Path parameters

- `task_id` string, required — A unique identifier for the task. This is used to query the status of the story task that is running. It is returned when a create request is made for a story.

## Response `200`

Successful Response

- OrchestratorPipelineResult
  - `status` 'SUCCESS' | 'PENDING' | 'TIMEOUT' | 'ERROR' | 'PAYMENT_REQUIRED'
  - `run_id` integer, nullable

## Other responses

- `422` — Validation Error

---

[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/revisions/40ebeee64850/schema)
