# Get credential path by ID Endpoint: GET /credential-paths/{credentialPathId} Version: 5.1.42 Security: api_key ## Path parameters: - `credentialPathId` (integer, required) The ID of the credential path to get ## Response 200 fields (application/json): - `credentialPathId` (integer) The ID number of the credential path. This field is auto-generated by the Masking Engine. - `credentialPathName` (string) The name of the credential path. Example: "ExampleCredentialPath" - `description` (string) The description of the credential path. Example: "This CredentialPath example has HashiCorp credentialParameters. Example credentialParameter keys for other password vaults: CyberArk (queryString), GCP (versionId, projectId, usernameKey, passwordKey)" - `passwordVaultId` (integer) The ID of the password vault which contains this credential path. Example: 5 - `credentialParameters` (object) The parameters for this credential path. Example: {"engine":"my-secrets","path":"hello","usernameKey":"user","passwordKey":"pwd"} ## Response 403 fields ## Response 404 fields