---
title: "List workload identities for an organization"
method: GET
path: "/organizations/{org_id}/workload-identities"
tags: ["Workload Identities"]
---

# List workload identities for an organization

`GET /organizations/{org_id}/workload-identities`

Membership-gated. Returns all registered workload identities, newest first.

## Path parameters

- `org_id` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalIdentitiesListResponse
  - `workload_identities` GithubComActiveloopaiDeeplakeApiInternalIdentitiesWorkloadIdentity[]
    - `created_at` string
    - `created_by` string
    - `id` string
    - `name` string
    - `org_id` string
    - `type` 'azure' | 'aws' | 'gcs'
    - `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)
