---
title: "POST /get-children-and-resource-usage-diff"
method: POST
path: "/get-children-and-resource-usage-diff"
---

# POST /get-children-and-resource-usage-diff

`POST /get-children-and-resource-usage-diff`

## Request body

- AppGetResourceUsageDiffRequest
  - `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
  - `timestamps` AppDiffSnapshotSelector
    - `newer` ResourceusageTimestampSelector
      - `timestamp` integer
      - `timestamp_rounding_policy` string
    - `older` ResourceusageTimestampSelector
      - `timestamp` integer
      - `timestamp_rounding_policy` string
  - `view_as_login` string

## Response `200`

OK

- AppGetResourceUsageDiffResponse
  - `continuation_token` string
  - `error` string
  - `fields` string[]
  - `items` ResourceusageItem[]
  - `mediums` string[]
  - `row_count` integer
  - `snapshot_timestamps` AppDiffSnapshotSelectorResponse
    - `newer` integer
    - `older` integer
  - `versioned_fields` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-06-09** `e292dc44ff0d` — 1 info
  - endpoint added
- **2026-02-27** `145b875a0ff3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ytsaurus/apis/untitled-api/changes/get-children-and-resource-usage-diff/post.md)

---

[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)
