costformation
Get the status and details of a specific CostFormation publish job.
get/v2/costformation/publish-jobs/{jobId}
Path parameters
jobIdstring required
Unique identifier of a CostFormation publish job.
Response
Successful Operation
Example response
{
"job_id": "job-abc123",
"cz_organization_id": "org-xyz",
"status": "completed"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.