v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Cloud

Get Credential

Get details about a specific credential.

get/v1/credentials/{credentialId}

Path parameters

credentialIdstring required

Cloud credential ID with provider prefix

Example:aws_12345

The ID of the credential to retrieve

Response

OK. Returns the specified credential.

OR
OR

Example response

{
  "credentialId": "aws_12345",
  "params": {
    "name": "Example AWS Credential",
    "arn": "arn:aws:iam::123456789012:role/lucidimport",
    "orgMemberAccountRoleName": "LucidCloudMemberAccountRole"
  }
}