---
title: "Get storage credential by name (controlplane-compatible)"
method: GET
path: "/api/org/{id}/storage/name"
tags: ["Managed Credentials"]
---

# Get storage credential by name (controlplane-compatible)

`GET /api/org/{id}/storage/name`

Retrieves a managed credential by organization and name, returns metadata with unscoped temporary credentials

## Path parameters

- `id` string, required

## Query parameters

- `query` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalCredentialsStorageByNameResponse
  - `base_path` string
  - `creds` object
  - `date_created` string
  - `id` string
  - `name` string
  - `organization` string
  - `repo_type` string
  - `type` 's3' | 's3:role' | 'gcs' | 'gcs_federated' | 'azure' | 'azure_federated'
  - `user` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[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)
