---
title: "List Parallel Calculation Items"
method: POST
path: "/optimization.modelfetchpci"
tags: ["Optimization"]
---

# List Parallel Calculation Items

`POST /optimization.modelfetchpci`

Retrieves all PCI objects (Parallel Calculation Items) for the specified job. A lightweight version of the general **fetch/PCI** endpoint. Does not return possibly large `outputs` and `messages` fields.

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `textMatchStyle` string
  - `data` object, required
    - `criteria` object[], required
      - `fieldName` string, required
      - `operator` string, required
      - `value` integer, required — The `id` of the job.
    - `operator` string
    - `_constructor` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` ParallelCalculationItem[]
      - `lastUpdateByName` string
      - `outputs` unknown[], nullable — Returned only when a PCI is fetched using **fetch/PCI/{id}** and **fetch/PCI** endpoints. Use the **optimization.modelfetchpci** endpoint to fetch the PCIs without possibly large `outputs` and `messages` fields.
        - unknown
      - `createdByName` string
      - `typedId` string
      - `inputs` object
        - `additionalProperties` object
      - `lastUpdateDate` string, date-time
      - `version` integer
      - `jstId` integer
      - `createdBy` integer
      - `messages` unknown[], nullable — Returned only when a PCI is fetched using **fetch/PCI/{id}** and **fetch/PCI** endpoints. Use the **optimization.modelfetchpci** endpoint to fetch the PCIs without possibly large `outputs` and `messages` fields.
        - unknown
      - `key` string
      - `status` 'CREATED' | 'CALCULATED' | 'FAILED'
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
