Pulumi
communityInfrastructure as Code platform using TypeScript, Python, Go, C# instead of YAML/HCL.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.pulumi.com/api/user/stacksList stacks
Parameters
projectproject filter (stringoptionalorganizationorg name (stringoptionalReturns
stacks[] with orgName, projectName, stackName, lastUpdate, resourceCount, versionGET
https://api.pulumi.com/api/stacks/{org}/{project}/{stack}Get stack details
Parameters
orgorganization (stringrequiredstackstack name (stringrequiredprojectproject (stringrequiredReturns
orgName, projectName, stackName, activeUpdate, version, deployment with manifest, resources[]GET
https://api.pulumi.com/api/stacks/{org}/{project}/{stack}/updatesList stack updates
Parameters
orgorganization (stringrequiredstackstack name (stringrequiredprojectproject (stringrequiredReturns
updates[] with version, startTime, endTime, result, resourceChanges, message, environment