GET
/
api
/
v1
/
admin
/
simulation
/
readiness
/
{organization_id}
Get Simulation Readiness
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/readiness/{organization_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

Query Parameters

run_active_ghost_walkthrough
boolean
default:true

Include deeper active runtime walkthrough assertions for sensitive routing, watchdogs, and adaptation notices.

Response

Successful Response