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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Monitoring
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • listLabelKeys
        • listLabelValues
        • listMetricNames
        • listMetrics
  • Release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  1. API reference
  2. REST
  3. MetricsMeta
  4. listLabelKeys

listLabelKeys method

Written by
Yandex Cloud
Updated at April 14, 2025
  • HTTP request
  • Query parameters
  • Response

Returns a list of label keys.

HTTP requestHTTP request

GET https://monitoring.api.cloud.yandex.net/monitoring/v2/metrics/labels

Query parametersQuery parameters

Parameter Description
folderId This is a required field. Metric folder ID. The maximum string length is 50 characters.
selectors Label selectors for metrics.

ResponseResponse

HTTP Code: 200 - OK

{
  "keys": [
    "string"
  ]
}
Field Description
keys[] string

Key list.

Was the article helpful?

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