v1

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

Gets the cost estimation of a deployment run that could happen on a service account

Gets Estimated cost of a deployment run that could happen on a service account

get/v1/stacks-marketplace/stack-definition-versions/item/{stack_definition_version_id}/cost-estimate/{background_job_id}/status

Path parameters

stack_definition_version_idstring required

ID of Stack Definition Version.

background_job_idstring required

ID of background job which performs the cost estimation of the given Stack Definition Version.

Response

Cost estimation status fetched successfully

job_status'Ready' | 'Pending' | 'Waiting' | 'Failed' | 'Completed' | 'Cancelled'

Status of Background Job

Example response

{
  "job_status": "Ready",
  "breakdown": [
    {
      "cost": {
        "currency": "AED"
      },
      "components": [
        {
          "cost": {
            "currency": "AED"
          }
        }
      ]
    }
  ]
}