GET
/
api
/
v1
/
admin
/
simulation
/
settings-impact
Get Settings Impact Matrix
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/settings-impact \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

organization_id
string | null
lookback_hours
integer
default:24
Required range: 1 <= x <= 720

Response

Successful Response

The response is of type Response Get Settings Impact Matrix Api V1 Admin Simulation Settings Impact Get · object.