---
title: "List Managed Credentials"
method: GET
path: "/identities/{managedIdentityId}/credentials"
tags: ["identities"]
---

# List Managed Credentials

`GET /identities/{managedIdentityId}/credentials`

List Managed Credentials belonging to a Managed Identity.

## Path parameters

- `managedIdentityId` integer, required

## Query parameters

- `orgId` integer
- `userId` integer, nullable
- `search` string
- `max` integer
- `offset` integer

## Response `200`

OK

- ListManagedCredentialsResponse
  - `managedCredentials` ListManagedCredentialsRespDto[]
    - `avatarUrl` string
    - `firstName` string
    - `lastName` string
    - `managedCredentialsId` integer
    - `metadata` ManagedCredentialsMetadata
      - `discriminator` string
    - `provider` 'ssh'
    - `userId` integer
    - `userName` string
  - `totalSize` integer

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-01-20** `98d6b538c88e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/identities/:managedIdentityId/credentials/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
