---
title: Stories
description: Discover Storyblok's documentation with comprehensive developer guides, user manuals, API references, and examples to help you get the most out of the headless CMS platform.
url: https://storyblok.com/docs/api/management/stories
---

# Stories

A content entry is called a story inside Storyblok.  
The stories endpoint allows you to manage all content entries of your Storyblok space. You can use it to import, export, or modify content.

Endpoint

```bash
/v1/spaces/:space_id/stories/
```

## Pagination

-   [Previous: Retrieve Statistics by Date](/docs/api/management/statistics/retrieve-statistics-by-date)
-   [Next: Retrieve One Story](/docs/api/management/stories/retrieve-one-story)
