---
title: "List Drives"
method: GET
path: "/filestorage/drives"
tags: ["filestorage/drives"]
---

# List Drives

`GET /filestorage/drives`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `name` string, nullable, required — The name of the drive
    - `remote_created_at` string, nullable, required — When the third party s drive was created.
    - `drive_url` string, nullable, required — The url of the drive
    - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
    - `id` string, nullable — The UUID of the drive
    - `remote_id` string, nullable — The id of the drive in the context of the 3rd Party
    - `remote_data` object, nullable — The remote data of the drive in the context of the 3rd Party
    - `created_at` string, date-time, nullable — The created date of the object
    - `modified_at` string, date-time, nullable — The modified date of the object
    - `remote_cursor` string, nullable — The cursor used for pagination with the 3rd party provider

---

[API](https://skmtc.net/panoratech/apis/panora-api.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api/versions/318082b88074/schema)
