Skip to main content
GET
List

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

parentId
string
required

A tenant id must be provided

pageSize
string<int64>
start
string<date-time>
required
end
string<date-time>
required
pageToken
string
filter
string

Example: service.name = 'iam' AND resource.hierarchy.id:'container-e0t' AND regex(resource.metadata.name, '^.test.$')

Supported filters: "=" - equals "!=" - not equals ":" - contains regex - regular expression

Fields that can be used for filtering: action authentication.static_key_credential.id authentication.subject.name authentication.subject.service_account_id authentication.subject.tenant_user_id authentication.token_credential.masked_token project_region.name resource.hierarchy.id resource.hierarchy.name resource.metadata.id resource.metadata.name resource.metadata.type service.name type status

eventType
enum<string>
default:EVENT_TYPE_UNSPECIFIED

Type of audit event to filter by.

  • EVENT_TYPE_UNSPECIFIED: Unspecified event type.
  • CONTROL_PLANE: Control plane events.
  • DATA_PLANE: Data plane events (S3).
Available options:
EVENT_TYPE_UNSPECIFIED,
CONTROL_PLANE,
DATA_PLANE
region
string

Region to retrieve audit logs (e.g. eu-north2, us-central1, eu-west1) See https://docs.nebius.com/overview/regions Default: eu-north1

During a transition period (until 13-08-2026), events are written to both eu-north1 and their origin region. After that, events are only stored in their origin region, and this field becomes required.

Response

200 - application/json

A successful response.

items
object[]
nextPageToken
string