---
title: "List managed storage credentials"
method: GET
path: "/organizations/{id}/credentials"
tags: ["Managed Credentials"]
---

# List managed storage credentials

`GET /organizations/{id}/credentials`

Returns summaries of all credentials for the organization (no secrets)

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalCredentialsListResponse
  - `credentials` GithubComActiveloopaiDeeplakeApiInternalCredentialsCredentialSummary[]
    - `base_path` string
    - `created_at` string
    - `created_by` string
    - `id` string
    - `is_org_default` boolean
    - `linked_workspaces` string[]
    - `name` string
    - `storage_type` 's3' | 's3:role' | 'gcs' | 'gcs_federated' | 'azure' | 'azure_federated'
    - `updated_at` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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