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 Cloud Logging
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • Stats
        • List
        • Create
        • Update
        • Delete
        • ListResources
        • ListOperations
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • FAQ

In this article:

  • gRPC request
  • GetLogGroupRequest
  • LogGroup
  1. API reference
  2. gRPC
  3. LogGroup
  4. Get

Cloud Logging Service, gRPC: LogGroupService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetLogGroupRequest
  • LogGroup

Returns the specified log group.

To get the list of all available log groups, make a List request.

gRPC request

rpc Get (GetLogGroupRequest) returns (LogGroup)

GetLogGroupRequest

{
  "log_group_id": "string"
}

Field

Description

log_group_id

string

Required field. ID of the log group to return.

To get a log group ID make a LogGroupService.List request.

LogGroup

{
  "id": "string",
  "folder_id": "string",
  "cloud_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "name": "string",
  "description": "string",
  "labels": "map<string, string>",
  "status": "Status",
  "retention_period": "google.protobuf.Duration",
  "data_stream": "string"
}

Field

Description

id

string

Log group ID.

folder_id

string

Log group folder ID.

cloud_id

string

Log group cloud ID.

created_at

google.protobuf.Timestamp

Log group creation time.

name

string

Log group name.

description

string

Log group description.

labels

object (map<string, string>)

Log group labels.

status

enum Status

Status of the log group.

  • STATUS_UNSPECIFIED: Unknown status.

    Should never occur.

  • CREATING: Log group is creating.

  • ACTIVE: Log group is ready to accept messages,

  • DELETING: Log group is being deleted.

    No messages will be accepted.

  • ERROR: Log group is in failed state.

retention_period

google.protobuf.Duration

Log group entry retention period.

Entries will be present in group during this period.

data_stream

string

Data stream name

Was the article helpful?

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