Comment on page
History
This endpoint is used to see terraform states changes over time for a Terrakube workspace.
To use this endpoint you should have "manageWorkspace" access at team level and a Terrakube workspace
Path | Type | Description |
---|---|---|
data.type | string | Should be "history" |
data.attributes.output | string | Unique variable name |
{
"data": {
"type": "history",
"attributes": {
"output": "Terraform JSON State URL"
}
}
}
get
/workspace/{workspaceId}/history
Last modified 1yr ago