latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Site Configs
Get Site Config analysis
Compatibility alias for GET /site-configs/{id}.
get/site-configs/analyses/{id}
Path parameters
idstring required
Response
Analysis state and the recommendation concluded by that historical run.
Example response
{
"analysis": {
"failure": {
"code": "bad_request",
"details": [
{
"code": "invalid_input",
"message": "Provided version string is not semver compliant"
}
],
"inner_error": {
"code": "invalid_input",
"message": "Provided version string is not semver compliant"
},
"message": "Missing required field: app_name"
}
},
"recommendation": {
"browser": {
"viewport": {
"height": 800,
"refresh_rate": 60,
"width": 1280
}
},
"proxy": {
"create": {
"config": {
"country": "US"
}
}
}
}
}