Get simulation by ID
Get a individual simulation run directly by its ID. This is generally part of a larger simulation run plan job.
Path parameters
Simulation job ID
Response
Successfully found simulation job
Example response
{
"data": {
"simulationJobId": "7f3e4d2c-8a91-4b5c-9e6f-1a2b3c4d5e6f",
"status": "COMPLETED",
"processingStatus": "PROCESSED",
"callId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"roarkPhoneNumber": "+15551234567",
"runPlan": {
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"name": "Billing Flow Test",
"variables": {
"promptToUse": "v1",
"accountTier": "premium"
}
},
"persona": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Sarah Johnson - Anxious Patient",
"language": "EN",
"secondaryLanguage": null,
"understoodLanguages": [
"EN"
],
"accent": "US",
"age": "ADULT",
"gender": "FEMALE",
"backgroundNoise": "OFFICE",
"speechPace": "NORMAL",
"speechClarity": "CLEAR",
"hasDisfluencies": false,
"baseEmotion": "FRUSTRATED",
"intentClarity": "CLEAR",
"confirmationStyle": "EXPLICIT",
"memoryReliability": "HIGH",
"responseTiming": "NORMAL",
"backstoryPrompt": "A busy professional calling during lunch break",
"idleMessages": null,
"idleTimeoutSeconds": 10,
"idleMessageMaxSpokenCount": 3,
"idleMessageResetCountOnUserSpeechEnabled": true,
"properties": {
"age": "35",
"zipCode": "94105"
},
"createdAt": "2025-01-10T12:00:00.000Z",
"updatedAt": "2025-01-10T12:00:00.000Z"
},
"scenario": {
"id": "f8e7d6c5-b4a3-9281-7069-5f4e3d2c1b0a",
"description": "Patient calling to schedule an urgent dental appointment due to severe tooth pain"
},
"agentEndpoint": {
"id": "3c2b1a09-8f7e-6d5c-4b3a-291807060504",
"name": "PHONE",
"phoneNumber": "+15555551234",
"type": "PHONE"
},
"createdAt": "2025-01-15T14:23:45.123Z",
"startedAt": "2025-01-15T14:24:15.456Z",
"completedAt": "2025-01-15T14:28:32.789Z"
}
}Changes
Changed in 3 of the 105 revisions of this API.21312
- ▲
the response's body type/format changed from
/toobject/for status404response-body-type-changed
- ○
for the
pathrequest parameterjobId, the type/format was generalized from/tostring/uuidrequest-parameter-type-generalized
- ○
added the optional property
detailsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
paramto the response with the404statusresponse-optional-property-added
- ○
added the required property
codeto the response with the404statusresponse-required-property-added
- ○
added the required property
data/persona/ageto the response with the200statusresponse-required-property-added
- ○
added the required property
messageto the response with the404statusresponse-required-property-added
- ○
added the required property
typeto the response with the404statusresponse-required-property-added
- ▲
- ▲
the response property
data/persona/idleMessagesbecame nullable for the status200response-property-became-nullable
- ●
added the new
DAILYenum value to thedata/agentEndpoint/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HEenum value to thedata/persona/languageresponse property for the response status200response-property-enum-value-added
- ●
added the new
ILenum value to thedata/persona/accentresponse property for the response status200response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status401response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status403response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status429response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status401response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status403response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status429response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ○
the
idleMessageMaxSpokenCountresponse's property default value changed from5to3for the status200response-property-default-value-changed
- ○
the
idleMessageResetCountOnUserSpeechEnabledresponse's property default value changed fromfalsetotruefor the status200response-property-default-value-changed
- ○
the
idleMessagesresponse's property default valueAre you still there?Hello?Can you hear me?was removed for the status200response-property-default-value-removed
- ○
added the required property
data/persona/understoodLanguagesto the response with the200statusresponse-required-property-added
- ○
added the required property
data/runPlanto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
GOOGLE_CESenum value to thedata/agentEndpoint/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
KOREenum value to thedata/agentEndpoint/typeresponse property for the response status200response-property-enum-value-added
- ●