# Stories

Stories are tasks, milestones, deliverables, or issues in
Kantata OX. They belong to Workspaces, show up in the local and
global task trackers, can be linked to Posts, can have sub-Stories
and TaskLists, and have many attributes for planning, tasking, and
financials.

 - [GET /stories](https://developer.kantata.com/kantata/specification/stories/get%20stories.md): This endpoint returns structured Story 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 `stor
 - [POST /stories](https://developer.kantata.com/kantata/specification/stories/create%20story.md): Creates a task (story) in a project (workspace). **Bulk Create** This endpoint supports bulk creating up to 300 objects. In the request body, set the top-level key to its plural form and place the obj
 - [GET /stories/{id}](https://developer.kantata.com/kantata/specification/stories/get%20story.md): This endpoint returns structured Story 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 `stor
 - [PUT /stories/{id}](https://developer.kantata.com/kantata/specification/stories/update%20story.md): This endpoint returns structured Story 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 `stor
 - [DELETE /stories/{id}](https://developer.kantata.com/kantata/specification/stories/delete%20story.md): Soft deletes a task (by setting a value for `deleted_at`). You can view soft deleted tasks by fetching a list of tasks with the `only_deleted` filter set to `true`. Note: Tasks are only permanently de
