ListDrivesResponseBody

September 16, 2026 ยท View on GitHub

Example Usage

import { ListDrivesResponseBody } from "@vercel/sdk/models/listdrivesop.js";

let value: ListDrivesResponseBody = {
  drives: [
    {
      createdAt: 1750344501629,
      currentSandboxName: "my-sandbox",
      currentSessionId: "sbx_123",
      id: "drive_abc123",
      maxSizeBytes: 1099511627776,
      name: "workspace",
      projectId: "prj_abc123",
      region: "iad1",
      updatedAt: 1750344501629,
    },
  ],
  pagination: {
    count: 1456.13,
    next: "<value>",
  },
};

Fields

FieldTypeRequiredDescription
drivesmodels.Drive[]:heavy_check_mark:N/A
paginationmodels.ListDrivesPagination:heavy_check_mark:N/A