---
title: "Triggers the calculation and returns the table along with the results"
method: POST
path: "/app/v1/networks/{id}/{year_month}/run"
tags: ["networks"]
---

# Triggers the calculation and returns the table along with the results

`POST /app/v1/networks/{id}/{year_month}/run`

## Path parameters

- `id` string, uuid, required
- `year_month` string, required

## Request body

- object
  - `page` number — Which page to return
  - `page_size` number — How many items to list in a page
  - `sort_by` 'name' | 'status' | 'product_category' | 'product_type' | 'created_at' | 'updated_at'
  - `sort_direction` 'asc' | 'desc' — Sort direction
  - `promote_to_record` boolean

## Response `200`

successful operation

- PagedNetworkList
  - `page_number` number
  - `page_size` number
  - `total_entries` number
  - `total_pages` number
  - `data` NetworkFlow[]
    - `adjustable` boolean
    - `proratable` boolean — If the entry is able to be adjustable
    - `volume` number
    - `volume_unit` string
    - `adjusted_volume` number
    - `volume_record_id` string, uuid
    - `volume_estimation_method_id` string, uuid
    - `volume_source_type` 'record' | 'estimation_method'
    - `id` string, uuid — flow_id
    - `name` string
    - `type` string — Use `id` value of any index in `GET /v1/flow_types`
    - `status` 'active' | 'inactive'
    - `product_category` string — Use `id` value of any index in `GET /v1/product_categories`
    - `product_type` string — Use `id` value of any index in `GET /v1/product_types`
    - `custom_attributes` CustomAttributes
  - `reporting_group_id` string

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
