---
title: "Get workspace storage path"
method: GET
path: "/workspaces/{id}/storage-path"
tags: ["Workspaces"]
---

# Get workspace storage path

`GET /workspaces/{id}/storage-path`

Returns the resolved storage path for the workspace (from linked credential or default)

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalWorkspacesStoragePathResponse
  - `credential_id` string — The resolved credential ID (uuid.Nil when source is "default")
  - `source` string — "workspace_credential", "org_credential", or "default"
  - `storage_path` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
