GET
/
deployments
{
  "deployments": [
    {
      "id": "<string>",
      "uri": "<string>",
      "protocol_type": "RequestResponse",
      "http_version": "<string>",
      "additional_headers": {},
      "created_at": "<string>",
      "min_protocol_version": 123,
      "max_protocol_version": 123,
      "sdk_version": "<string>",
      "services": [
        {
          "name": "<string>",
          "revision": 1
        }
      ]
    }
  ]
}

Response

200 - application/json
deployments
(HttpDeploymentResponse · object | LambdaDeploymentResponse · object)[]
required