---
title: "POST /api/storage/list_entries"
method: POST
path: "/api/storage/list_entries"
---

# POST /api/storage/list_entries

`POST /api/storage/list_entries`

## Headers

- `Marimo-Session-Id` string, required

## Request body

- StorageListEntriesRequest
  - `limit` integer, required
  - `namespace` string, required
  - `pageToken` string, nullable
  - `prefix` string, nullable
  - `requestId` string, request-id, required

## Response `200`

List storage entries at a prefix

- SuccessResponse
  - `success` boolean

---

[API](https://skmtc.dev/marimo-team/apis/marimo-api.md) · [All operations](https://skmtc.dev/marimo-team/apis/marimo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marimo-team/marimo-api/revisions/a39082aac3ce/schema)
