---
title: Tags
description: Use this endpoint to retrieve, add, delete, or update tags
url: https://storyblok.com/docs/api/management/tags
---

# Tags

Editors can use tags to organize and categorize [stories](/docs/api/management/stories) in a space. Tags are also useful for navigation, SEO, and other frontend tasks.

To learn more about tags, check the [Stories manual](/docs/manuals/stories#tags).

```bash
/v1/spaces/:space_id/tags/
```

## Pagination

-   [Previous: Export/Import a story as XML](/docs/api/management/stories/examples/export-import-xml-examples)
-   [Next: Create a Tag](/docs/api/management/tags/create-a-tag)
