Cloud Logging Service, REST: LogGroup.ListResources
Written by
Updated at July 1, 2026
Retrieves the resources (type and IDs) in the specified log group.
HTTP request
GET https://logging.api.cloud.yandex.net/logging/v1/logGroups/{logGroupId}:listResources
Path parameters
|
Field |
Description |
|
logGroupId |
string Required field. ID of the log group to list resources for. The maximum string length in characters is 64. |
Query parameters
|
Field |
Description |
|
type |
string Resource type to return resources for. The maximum string length in characters is 256. |
Response
HTTP Code: 200 - OK
{
"resources": [
{
"type": "string",
"ids": [
"string"
]
}
]
}
|
Field |
Description |
|
resources[] |
List of resources present in log group. |
LogGroupResource
Log group resource.
|
Field |
Description |
|
type |
string Resource type. |
|
ids[] |
string List of resource IDs with the same resource type. |