---
title: Stories
description: Use the stories endpoint of Storyblok’s Management API to import, export, create, update, and delete the content entries of your space.
url: https://www.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)
