latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

Site Configs

Get Site Config analysis

Returns a project-scoped historical analysis and the recommendation concluded by that run. Later knowledge does not change this response.

get/site-configs/{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"
        }
      }
    }
  }
}