Nebius Israel
Contact usConsole
  • GPU
  • Docs
© 2023 Nebius Israel Ltd
Billing in Nebius Israel
  • Getting started
  • Access management
  • Pricing policy
  1. API reference
  2. REST
  3. Service
  4. get

Billing API, REST: Service.get

  • HTTP request
  • Path parameters
  • Response

Returns the specified service.

HTTP requestHTTP request

GET https://billing.api.il.nebius.cloud/billing/v1/services/{id}

Path parametersPath parameters

Parameter Description
id

Required. ID of the service to return. To get the service ID, use list request.

The maximum string length in characters is 50.

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "name": "string",
  "description": "string"
}

A Service resource.

Field Description
id string

ID of the service.

name string

Name of the service, e.g. Compute Cloud, VPC.

description string

Description of the service.

© 2023 Nebius Israel Ltd
In this article:
  • HTTP request
  • Path parameters
  • Response