---
title: "Retrieve cloud credentials by ID"
method: GET
path: "/cloudCredential/{id}"
tags: ["Cloud Credential"]
---

# Retrieve cloud credentials by ID

`GET /cloudCredential/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CloudCredentialDTO — Custom cloud credentials
  - `id` integer
  - `name` string, required — A descriptive name of the resource
  - `self` string
  - `cloudProvider` UrlEntityDTO, required — Reference to a related resource
    - `url` string, required — Reference to another resource
  - `owner` UrlEntityDTO — Reference to a related resource
    - `url` string, required — Reference to another resource
  - `subscription` UrlEntityDTO — Reference to a related resource
    - `url` string, required — Reference to another resource
  - `subscriptionName` string — The name of the linked subscription
  - `uploaded` boolean — Whether the actual credentials have been uploaded to vault or metadata is present
  - `secretsPath` string — The vault path of the uploaded credentials, if present

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/cloudesire/apis/cloudesire-users-api.md) · [All operations](https://skmtc.net/cloudesire/apis/cloudesire-users-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudesire/cloudesire-users-api/versions/3d64889e8ae7/schema)
