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 DataSphere
  • Getting started
  • Terraform reference
    • Overview
    • Authentication with the API
      • Overview
        • Overview
        • Create
        • Update
        • Delete
        • Open
        • Get
        • List
        • GetUnitBalance
        • SetUnitBalance
        • Execute
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • AddResource
        • RemoveResource
        • GetRestrictionsMeta
        • GetRestrictions
        • SetRestrictions
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. Project
  4. GetUnitBalance

DataSphere API v2, REST: Project.GetUnitBalance

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response

Returns the unit balance of the specified project.

HTTP requestHTTP request

GET https://datasphere.api.cloud.yandex.net/datasphere/v2/projects/{projectId}:unitBalance

Path parametersPath parameters

Field

Description

projectId

string

Required field. ID of the project to return the unit balance for.

ResponseResponse

HTTP Code: 200 - OK

{
  "unitBalance": "string"
}

Field

Description

unitBalance

string (int64)

The number of units available to the project.

Was the article helpful?

Previous
List
Next
SetUnitBalance
Yandex project
© 2025 Yandex.Cloud LLC