Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML Services
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Certificate Manager
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • GetEx
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • HTTP request
  • Query parameters
  • FolderAndName
  • Response
  1. API reference
  2. REST
  3. CertificateContent
  4. GetEx

Certificate Manager API, REST: CertificateContent.GetEx

Written by
Yandex Cloud
Updated at October 3, 2025
  • HTTP request
  • Query parameters
  • FolderAndName
  • Response

HTTP requestHTTP request

GET https://data.certificate-manager.api.cloud.yandex.net/certificate-manager/v1/certificates:getEx

Query parametersQuery parameters

Field

Description

certificateId

string

Includes only one of the fields certificateId, folderAndName.

folderAndName

FolderAndName

Includes only one of the fields certificateId, folderAndName.

versionId

string

privateKeyFormat

enum (PrivateKeyFormat)

  • PRIVATE_KEY_FORMAT_UNSPECIFIED
  • PKCS1
  • PKCS8

FolderAndNameFolderAndName

Field

Description

folderId

string

Required field.

certificateName

string

Required field.

ResponseResponse

HTTP Code: 200 - OK

{
  "certificateId": "string",
  "versionId": "string",
  "certificateChain": [
    "string"
  ],
  "privateKey": "string"
}

Field

Description

certificateId

string

versionId

string

certificateChain[]

string

privateKey

string

Was the article helpful?

Previous
Get
Next
Overview
© 2025 Direct Cursus Technology L.L.C.