---
title: "Get a single workload identity"
method: GET
path: "/organizations/{org_id}/workload-identities/{id}"
tags: ["Workload Identities"]
---

# Get a single workload identity

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

Membership-gated. The path's org_id must match the identity's owning org; mismatch returns 404 (no leaking which orgs an ID belongs to).

## Path parameters

- `org_id` string, required
- `id` string, required

## Response `200`

OK

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