v1

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

Get Stacks Marketplace Stack Definitions Version Publishing History

Get Stacks Marketplace Stack Definitions Version publishing log for a Master Account.

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

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"
  }
]