v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
StacksMarketplaceStackDefinitionVersion

Get State for Stacks Marketplace Stack Definition Version Publishing

GetState for the stack definition version publishing state.

get/v1/stacks-marketplace/stack-definition-versions/item/{stack_definition_version_id}/publishing/{master_account_id}/state

Path parameters

stack_definition_version_idstring required

ID of Stack Definition Version.

master_account_idstring required

ID of the Source Master Account.

Response

Fetched successfully

updated_onstring date-time

Updated datetime for publishing change

updated_bystring

Updated by user ID

notestring

Note for the publishing status change

tenant_idsstring[]

Target Tenant IDs

vendor_namestring

Name of the vendor

descriptionstring

Description of the vendor

status'InReview' | 'Approved' | 'Rejected' | 'Revoked'

Status of the stack version

auto_publish_settings'NoAutoPublish' | 'AutoPublishToDirectChildren' | 'AutoPublishToAll'

Auto-Publish settings

Example response

{
  "status": "InReview",
  "auto_publish_settings": "NoAutoPublish"
}