---
title: Datasource Entries
description: Manage datasource entries: use the endpoint to retrieve, add, delete, or update entries
url: https://storyblok.com/docs/api/management/datasource-entries
---

# Datasource Entries

A datasource entry is a key-value pair within a [datasource](/docs/api/management/datasources/). Each entry is an object that stores a set of two linked items:

-   A key: a unique identifier for the scoped data item
-   A value: the data

The datasource entries endpoint allows you to retrieve, add, delete, or update entries.

Endpoint

```bash
/v1/spaces/:space_id/datasource_entries/
```

## Pagination

-   [Previous: Update a Component](/docs/api/management/components/update-a-component)
-   [Next: Create a Datasource Entry](/docs/api/management/datasource-entries/create-a-datasource-entry)
