---
title: "Update Job Status Tracker Entry"
method: POST
path: "/optimization.updatejst"
tags: ["Optimization"]
---

# Update Job Status Tracker Entry

`POST /optimization.updatejst`

Updates status, progress and optional diagnostic information for a Job Status Tracker entry. Used by Job Trigger and optimization engines.

## Request body

- object
  - `data` object
    - `jstId` integer
    - `status` string
    - `progress` integer
    - `logEvents` object[]
      - `level` string
      - `message` string
    - `calculationMessages` string[]
    - `calculationResults` object[]

## Response `200`

JST updated.

- object
  - `response` object
    - `status` integer
    - `data` object[]
      - `id` integer
      - `typedId` string
      - `status` string
      - `messages` string[]
      - `hasWarning` boolean

---

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