LogoFreestyle
API Reference/Execute

Get information on execute run

Get information on execute run

GET/execute/v1/deployments/{deployment}

Path Parameters

deploymentRequiredstring
curl -X GET "https://api.freestyle.sh/execute/v1/deployments/<string>"

Success

{
  "metadata": {
    "deployment": "4825a274-96eb-4018-afaa-fc6fe70eaeed",
    "accountId": "string",
    "provisionedAt": "2019-08-24T14:15:22Z",
    "startedAt": "2019-08-24T14:15:22Z",
    "duration": "string",
    "state": "starting",
    "envVars": {
      "property1": "string",
      "property2": "string"
    }
  },
  "code": {
    "code": "string",
    "nodeModules": {
      "property1": "string",
      "property2": "string"
    }
  }
}