---
title: "List Files"
method: GET
path: "/storage-providers/space/{space_id}/files"
tags: ["storage-providers"]
---

# List Files

`GET /storage-providers/space/{space_id}/files`

List files using the space's connected storage provider.

## Path parameters

- `space_id` string, uuid, required

## Query parameters

- `path` string
- `limit` integer

## Response `200`

Successful Response

- StorageFileResponse[]
  - `name` string, required
  - `url` string, required
  - `size_bytes` integer, required
  - `content_type` string, required
  - `provider` string, required
  - `provider_path` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
