---
title: "List disks"
method: GET
path: "/disk"
tags: ["disk"]
---

# List disks

`GET /disk`

List all disks under a project

## Query parameters

- `limit` integer
- `cursor` string
- `time_desc` boolean

## Response `200`

OK

- object
  - `code` integer
  - `data` ServiceListDisksOutput
    - `has_more` boolean
    - `items` ModelDisk[]
      - `created_at` string
      - `id` string
      - `project_id` string
      - `updated_at` string
    - `next_cursor` string
  - `error` string
  - `msg` string

## Changes

- **2025-11-12** `a1c1bcb0e2ee` — 1 warning
  - deleted the `query` request parameter `user`

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/disk/get.md)

---

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