---
title: "Get a Parallel Calculation Item"
method: POST
path: "/fetch/PCI/{id}"
tags: ["Optimization"]
---

# Get a Parallel Calculation Item

`POST /fetch/PCI/{id}`

Retrieves the Parallel Calculation Item (PCI) object specified by `id` as a path parameter.

## Request body

- object

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `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
    - `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)
