---
title: "Retrieve Drive"
method: GET
path: "/filestorage/drives/{id}"
tags: ["filestorage/drives"]
---

# Retrieve Drive

`GET /filestorage/drives/{id}`

Retrieve a Drive from any connected file storage service

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedFilestorageDriveOutput
  - `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/revisions/318082b88074/schema)
