# Story State Changes

Story State Changes in Kantata OX act as an audit trail for changes to the state of a Story.
Story State Changes cannot be created directly. They will be created for you automatically when you
set the state of a Story. Story State Changes cannot be modified or deleted.

## Fetching a list of Story State Changes

 - [GET /story_state_changes](https://developer.kantata.com/kantata/specification/story-state-changes/get-story-state-changes.md): The story state changes endpoint provides a list of state changes for a specified story. story_id is a
required parameter to retrieve story state changes for a specified story.


This endpoint returns structured Story State Change objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the story_state_changes top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Story State Change

 - [GET /story_state_changes/{id}](https://developer.kantata.com/kantata/specification/story-state-changes/get-story-state-change.md): This endpoint returns structured Story State Change objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the story_state_changes top-level JSON key.
Please see our Response Format section for more information.

