"action": "string enum - added | changed | deleted",
"address": "string - full address of the entity",
"name": "string - name of the entity",
"type": "string - full resource type or \"output\" for outputs",
"entity_vendor": "string - terraform or pulumi",
"entity_type": "string - resource, output or module for Terraform; resource, output or stack for Pulumi",
"data": "object - detailed information about the entity, shape depends on the vendor and type"
"phase": "string enum - plan | apply"
"created_at": "number - creation Unix timestamp in nanoseconds",
"id": "Unique ID of the Run",
"before_init": ["string - command to run before run initialization"],
"project_root": "string - root of the Terraform project",
"runner_image": "string - Docker image used to execute the run",
"terraform_version": "string - Terraform version used to for the run"
"state": "one of the terminal states of the Run",
"triggered_by": "string or null - user or trigger policy who triggered the run, if applicable",
"type": "string - TRACKED or TASK",
"updated_at": "number - last update Unix timestamp in nanoseconds",
"user_provided_metadata": ["string - blobs of metadata provided using spacectl or the API when interacting with this run"]
"administrative": "boolean - is the stack administrative",
"autodeploy": "boolean - is the stack currently set to autodeploy",
"branch": "string - tracked branch of the stack",
"id": "string - unique stack identifier",
"labels": ["string - list of arbitrary, user-defined selectors"],
"locked_by": "optional string - if the stack is locked, this is the name of the user who did it",
"name": "string - name of the stack",
"namespace": "string - repository namespace, only relevant to GitLab repositories",
"project_root": "optional string - project root as set on the Stack, if any",
"repository": "string - name of the source GitHub repository",
"state": "string - current state of the stack",
"terraform_version": "string or null - last Terraform version used to apply changes"
"administrative": "boolean - is the stack administrative",
"autodeploy": "boolean - is the stack currently set to autodeploy",
"branch": "string - tracked branch of the stack",
"id": "string - unique stack identifier",
"labels": ["string - list of arbitrary, user-defined selectors"],
"locked_by": "optional string - if the stack is locked, this is the name of the user who did it",
"name": "string - name of the stack",
"namespace": "string - repository namespace, only relevant to GitLab repositories",
"project_root": "optional string - project root as set on the Stack, if any",
"repository": "string - name of the source GitHub repository",
"state": "string - current state of the stack",
"terraform_version": "string or null - last Terraform version used to apply changes"
"id": "string - Unique ID of the Run",
"stack_id": "string - unique stack identifier",
"state": "state - one of the states of the Run",
"type": "string - TRACKED or TASK"