---
title: "Changes to Get simulation by ID"
method: GET
path: "/v1/simulation/job/{jobId}"
---

# Changes to Get simulation by ID

`GET /v1/simulation/job/{jobId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 105 revisions.

- **2026-08-26** `b4a59c7057ca` — 1 breaking, 7 info
- **2026-08-17** `887b091b3d81` — 1 breaking, 11 warning, 5 info
- **2026-04-17** `ec9443a8a36f` — 2 warning

## Changes

- **2026-08-26** `b4a59c7057ca` — 1 breaking, 7 info
  - the response's body type changed from no type to `object` for status `404`
  - for the `path` request parameter `jobId`, the type was generalized from no type to `string`, and format from no format to `uuid`
  - added the optional property `details` to the response with the `404` status
  - added the optional property `param` to the response with the `404` status
  - added the required property `code` to the response with the `404` status
  - added the required property `data/persona/age` to the response with the `200` status
  - added the required property `message` to the response with the `404` status
  - added the required property `type` to the response with the `404` status
- **2026-08-17** `887b091b3d81` — 1 breaking, 11 warning, 5 info
  - the response property `data/persona/idleMessages` became nullable for the status `200`
  - added the new `DAILY` enum value to the `data/agentEndpoint/type` response property for the response status `200`
  - added the new `HE` enum value to the `data/persona/language` response property for the response status `200`
  - added the new `IL` enum value to the `data/persona/accent` response property for the response status `200`
  - added the new `conflict` enum value to the `type` response property for the response status `401`
  - added the new `conflict` enum value to the `type` response property for the response status `403`
  - added the new `conflict` enum value to the `type` response property for the response status `429`
  - added the new `conflict` enum value to the `type` response property for the response status `500`
  - added the new `payment_required` enum value to the `type` response property for the response status `401`
  - added the new `payment_required` enum value to the `type` response property for the response status `403`
  - added the new `payment_required` enum value to the `type` response property for the response status `429`
  - added the new `payment_required` enum value to the `type` response property for the response status `500`
  - the `idleMessageMaxSpokenCount` response's property default value changed from `5` to `3` for the status `200`
  - the `idleMessageResetCountOnUserSpeechEnabled` response's property default value changed from `false` to `true` for the status `200`
  - the `idleMessages` response's property default value `Are you still there?, Hello?, Can you hear me?` was removed for the status `200`
  - added the required property `data/persona/understoodLanguages` to the response with the `200` status
  - added the required property `data/runPlan` to the response with the `200` status
- **2026-04-17** `ec9443a8a36f` — 2 warning
  - added the new `GOOGLE_CES` enum value to the `data/agentEndpoint/type` response property for the response status `200`
  - added the new `KORE` enum value to the `data/agentEndpoint/type` response property for the response status `200`

---

[Operation](https://skmtc.dev/roarkhq/apis/roark-analytics-api/docs/v1/simulation/job/:jobId/get.md) · [API](https://skmtc.dev/roarkhq/apis/roark-analytics-api.md) · [Page](https://skmtc.dev/roarkhq/apis/roark-analytics-api/changes/v1/simulation/job/:jobId/get)
