Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Marketplace
    • Getting started
    • Access management
      • Getting started with the Cloud Apps Workload API
        • Overview
          • Overview
          • Get
          • ResolveByWorkload
    • Access management
    • Audit Trails events

In this article:

  • HTTP request
  • Response
  • Billing
  • Subscription
  1. Partners
  2. Cloud Apps Workload API reference
  3. REST
  4. CloudApplication
  5. Get

Cloud Apps Workload API, REST: CloudApplication.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Response
  • Billing
  • Subscription

Get Current Application

HTTP requestHTTP request

GET https://cloudapps.api.cloud.yandex.net/cloudapps/workload/v1/cloud-applications

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "status": "string",
  "billing": {
    "type": "string",
    "subscriptions": [
      {
        "instanceId": "string",
        "templateId": "string"
      }
    ]
  }
}

Field

Description

id

string

Required field. Application Identifier

status

enum (Status)

Required field. Application Status

  • STATUS_UNSPECIFIED
  • PROCESSING: Application under deploying / updating /deleting
  • DEPLOYED: Application successfully deployed to YC
  • FAILED: Application failed to deploy

billing

Billing

Required field. Application billing info

BillingBilling

Field

Description

type

enum (BillingType)

Required field. Type of application billing

  • BILLING_TYPE_UNSPECIFIED
  • PAY_AS_YOU_GO: User pays for application usage time
  • SUBSCRIPTION: User bought a subscription

subscriptions[]

Subscription

Subscriptions bounded to cloud application

SubscriptionSubscription

Field

Description

instanceId

string

Required field. Identifier of subscription instance

templateId

string

Required field. Subscription template identifier

Was the article helpful?

Previous
Overview
Next
ResolveByWorkload
Yandex project
© 2025 Yandex.Cloud LLC