DataSphere API v2, REST: Project.GetUnitBalance
Written by
Updated at October 17, 2024
Returns the unit balance of the specified project.
HTTP request
GET https://datasphere.api.cloud.yandex.net/datasphere/v2/projects/{projectId}:unitBalance
Path parameters
Field |
Description |
projectId |
string Required field. ID of the project to return the unit balance for. |
Response
HTTP Code: 200 - OK
{
"unitBalance": "string"
}
Field |
Description |
unitBalance |
string (int64) The number of units available to the project. |