Skip to main content
GET
/
storage
/
filesystems
Typescript (SDK)
import { Latitudesh } from "latitudesh-typescript-sdk";

const latitudesh = new Latitudesh({
  bearer: process.env["LATITUDESH_BEARER"] ?? "",
});

async function run() {
  await latitudesh.storage.listFilesystems({
    filterProject: "small-rubber-shirt",
  });


}

run();
{
  "data": [
    {
      "id": "fs_6059EqYkOQj8p",
      "type": "filesystems",
      "attributes": {
        "name": "Intelligent Bronze Bench",
        "size_in_gb": 1500,
        "created_at": "2026-01-14T15:57:07.743Z",
        "project": {
          "id": "proj_695BdKNeOevVo",
          "name": "Synergistic Bronze Wallet",
          "slug": "synergistic-bronze-wallet",
          "description": "Mediocre Bronze Computer",
          "billing_type": "Normal",
          "billing_method": "Normal",
          "bandwidth_alert": false,
          "environment": null,
          "billing": {
            "subscription_id": null,
            "type": "Normal",
            "method": "Normal"
          },
          "stats": {
            "databases": 0,
            "ip_addresses": 0,
            "prefixes": 0,
            "servers": 0,
            "storages": 1,
            "virtual_machines": 0,
            "vlans": 0
          }
        },
        "team": {
          "id": "team_lV9Xe2AAK5CbMgGbpPYLskLRXyV",
          "name": "601 Team",
          "slug": "601-team",
          "description": "601 Team",
          "address": "20590 Deckow Divide, Lake Boris, NC 87947",
          "status": "verified",
          "currency": {
            "id": "cur_AW6Q2D9lqKLpr",
            "code": "BRL",
            "name": "Brazilian Real",
            "currency_id": null
          }
        }
      }
    },
    {
      "id": "fs_6VE1Wd37dXnZJ",
      "type": "filesystems",
      "attributes": {
        "name": "Gorgeous Rubber Bench",
        "size_in_gb": 1500,
        "created_at": "2026-01-14T15:57:07.758Z",
        "project": {
          "id": "proj_yQrJdNm5O30gv",
          "name": "Heavy Duty Copper Clock",
          "slug": "heavy-duty-copper-clock",
          "description": "Small Aluminum Shoes",
          "billing_type": "Normal",
          "billing_method": "Normal",
          "bandwidth_alert": false,
          "environment": null,
          "billing": {
            "subscription_id": null,
            "type": "Normal",
            "method": "Normal"
          },
          "stats": {
            "databases": 0,
            "ip_addresses": 0,
            "prefixes": 0,
            "servers": 0,
            "storages": 1,
            "virtual_machines": 0,
            "vlans": 0
          }
        },
        "team": {
          "id": "team_lV9Xe2AAK5CbMgGbpPYLskLRXyV",
          "name": "601 Team",
          "slug": "601-team",
          "description": "601 Team",
          "address": "20590 Deckow Divide, Lake Boris, NC 87947",
          "status": "verified",
          "currency": {
            "id": "cur_AW6Q2D9lqKLpr",
            "code": "BRL",
            "name": "Brazilian Real",
            "currency_id": null
          }
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

filter[project]
string

The project ID or Slug to filter by

Response

200 - application/vnd.api+json

Success