---
title: "Changes to Get job status, progress, and results"
method: GET
path: "/query/jobs/{jobId}"
---

# Changes to Get job status, progress, and results

`GET /query/jobs/{jobId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 7 revisions.

- **2026-04-19** `495c1db0a075` — 3 breaking, 17 warning, 18 info
- **2026-03-03** `7141381739ac` — 17 warning, 20 info

## Changes

- **2026-04-19** `495c1db0a075` — 3 breaking, 17 warning, 18 info
  - the response property `data/progress` became optional for the status `200`
  - the `data/progress/elapsed_ms` response's property type changed from `integer` to `number` for status `200`
  - removed the required property `data/progress/percent` from the response with the `200` status
  - removed the optional property `data/expires_at` from the response with the `200` status
  - removed the optional property `data/failed_at` from the response with the `200` status
  - removed the optional property `data/from` from the response with the `200` status
  - removed the optional property `data/partial_results` from the response with the `200` status
  - removed the optional property `data/progress/eta_ms` from the response with the `200` status
  - removed the optional property `data/progress/events_matched` from the response with the `200` status
  - removed the optional property `data/progress/scanned` from the response with the `200` status
  - removed the optional property `data/progress/total_estimate` from the response with the `200` status
  - removed the optional property `data/to` from the response with the `200` status
  - added the new `canceled` enum value to the `data/status` response property for the response status `200`
  - added the new `done` enum value to the `data/status` response property for the response status `200`
  - added the new `error` enum value to the `data/status` response property for the response status `200`
  - added the new `executing_pipeline` enum value to the `data/progress/phase` response property for the response status `200`
  - added the new `filtering_segments` enum value to the `data/progress/phase` response property for the response status `200`
  - added the new `parsing` enum value to the `data/progress/phase` response property for the response status `200`
  - added the new `scanning_buffer` enum value to the `data/progress/phase` response property for the response status `200`
  - added the new `scanning_segments` enum value to the `data/progress/phase` response property for the response status `200`
  - removed the non-success response with the status `410`
  - added the optional property `data/progress/buffered_events` to the response with the `200` status
  - added the optional property `data/progress/rows_read_so_far` to the response with the `200` status
  - added the optional property `data/progress/segments_dispatched` to the response with the `200` status
  - added the optional property `data/progress/segments_scanned` to the response with the `200` status
  - added the optional property `data/progress/segments_skipped_bloom` to the response with the `200` status
  - added the optional property `data/progress/segments_skipped_index` to the response with the `200` status
  - added the optional property `data/progress/segments_skipped_range` to the response with the `200` status
  - added the optional property `data/progress/segments_skipped_stats` to the response with the `200` status
  - added the optional property `data/progress/segments_skipped_time` to the response with the `200` status
  - added the optional property `data/progress/segments_total` to the response with the `200` status
  - removed the `aggregating` enum value from the `data/progress/phase` response property for the response status `200`
  - removed the `cancelled` enum value from the `data/status` response property for the response status `200`
  - removed the `complete` enum value from the `data/progress/phase` response property for the response status `200`
  - removed the `complete` enum value from the `data/status` response property for the response status `200`
  - removed the `failed` enum value from the `data/status` response property for the response status `200`
  - removed the `scanning` enum value from the `data/progress/phase` response property for the response status `200`
  - removed the `sorting` enum value from the `data/progress/phase` response property for the response status `200`
- **2026-03-03** `7141381739ac` — 17 warning, 20 info
  - removed the optional property `data/progress/buffered_events` from the response with the `200` status
  - removed the optional property `data/progress/rows_read_so_far` from the response with the `200` status
  - removed the optional property `data/progress/segments_dispatched` from the response with the `200` status
  - removed the optional property `data/progress/segments_scanned` from the response with the `200` status
  - removed the optional property `data/progress/segments_skipped_bloom` from the response with the `200` status
  - removed the optional property `data/progress/segments_skipped_index` from the response with the `200` status
  - removed the optional property `data/progress/segments_skipped_range` from the response with the `200` status
  - removed the optional property `data/progress/segments_skipped_stats` from the response with the `200` status
  - removed the optional property `data/progress/segments_skipped_time` from the response with the `200` status
  - removed the optional property `data/progress/segments_total` from the response with the `200` status
  - added the new `aggregating` enum value to the `data/progress/phase` response property for the response status `200`
  - added the new `cancelled` enum value to the `data/status` response property for the response status `200`
  - added the new `complete` enum value to the `data/progress/phase` response property for the response status `200`
  - added the new `complete` enum value to the `data/status` response property for the response status `200`
  - added the new `failed` enum value to the `data/status` response property for the response status `200`
  - added the new `scanning` enum value to the `data/progress/phase` response property for the response status `200`
  - added the new `sorting` enum value to the `data/progress/phase` response property for the response status `200`
  - added the non-success response with the status `410`
  - added the optional property `data/expires_at` to the response with the `200` status
  - added the optional property `data/failed_at` to the response with the `200` status
  - added the optional property `data/from` to the response with the `200` status
  - added the optional property `data/partial_results` to the response with the `200` status
  - added the optional property `data/progress/eta_ms` to the response with the `200` status
  - added the optional property `data/progress/events_matched` to the response with the `200` status
  - added the optional property `data/progress/scanned` to the response with the `200` status
  - added the optional property `data/progress/total_estimate` to the response with the `200` status
  - added the optional property `data/to` to the response with the `200` status
  - the response property `data/progress` became required for the status `200`
  - removed the `canceled` enum value from the `data/status` response property for the response status `200`
  - removed the `done` enum value from the `data/status` response property for the response status `200`
  - removed the `error` enum value from the `data/status` response property for the response status `200`
  - removed the `executing_pipeline` enum value from the `data/progress/phase` response property for the response status `200`
  - removed the `filtering_segments` enum value from the `data/progress/phase` response property for the response status `200`
  - removed the `parsing` enum value from the `data/progress/phase` response property for the response status `200`
  - removed the `scanning_buffer` enum value from the `data/progress/phase` response property for the response status `200`
  - removed the `scanning_segments` enum value from the `data/progress/phase` response property for the response status `200`
  - added the required property `data/progress/percent` to the response with the `200` status

---

[Operation](https://skmtc.dev/lynxbase/apis/lynxdb-api/docs/query/jobs/:jobId/get.md) · [API](https://skmtc.dev/lynxbase/apis/lynxdb-api.md) · [Page](https://skmtc.dev/lynxbase/apis/lynxdb-api/changes/query/jobs/:jobId/get)
