---
title: "POST /get-resource-usage"
method: POST
path: "/get-resource-usage"
---

# POST /get-resource-usage

`POST /get-resource-usage`

## Request body

- AppGetResourceUsageRequest
  - `account` string
  - `cluster` string
  - `page` ResourceusagePageSelector
    - `continuation_token` string
    - `enable_continuation_token` boolean
    - `index` integer
    - `size` integer
  - `row_filter` ResourceusageFilter
    - `base_path` string
    - `exclude_map_nodes` boolean
    - `field_filters` ResourceusageIntFilterParam[]
      - `comparison` string
      - `field` string
      - `value` integer
    - `owner` string
    - `path_regexp` string
    - `table_type` string
  - `sort_order` ResourceusageSortOrder[]
    - `desc` boolean
    - `field` string
  - `timestamp` integer
  - `timestamp_rounding_policy` string
  - `view_as_login` string

## Response `200`

OK

- AppGetResourceUsageResponse
  - `continuation_token` string
  - `error` string
  - `fields` string[]
  - `items` ResourceusageItem[]
  - `mediums` string[]
  - `row_count` integer
  - `snapshot_timestamp` integer
  - `versioned_fields` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ytsaurus/apis/untitled-api.md) · [All operations](https://skmtc.dev/ytsaurus/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ytsaurus/untitled-api/revisions/6e2acfd025ec/schema)
