---
title: "Story: Get Story Status"
method: GET
path: "/{id}/status"
tags: ["Story"]
---

# Story: Get Story Status

`GET /{id}/status`

Returns code indicating whether story has active running background and is healthy (e.g., the latest outline is valid)

## Path parameters

- `id` string, uuid, required

## Response `200`

Accepted

- Status — Status response when returning 202s
  - `status` string

## Other responses

- `204` — Success
- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/presalytics/apis/story.md) · [All operations](https://skmtc.net/presalytics/apis/story/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/presalytics/story/revisions/d44012529678/schema)
