v1

latestOpenAPI 3.1.0BSD-32026-07-2471176175.5 KB
costformation

List CostFormation publish jobs for the organization, sorted by creation time descending. Supports optional filtering by status and a result limit (default 50, max 100).

get/v2/costformation/publish-jobs

Query parameters

statusstring

Filter jobs by status. One of: pending, in_progress, completed, failed, superseded, cancelled.

limitinteger

Maximum number of jobs to return. Default is 50, maximum is 100.

Response

Successful Operation

countinteger

Number of jobs returned.

Example response

{
  "jobs": [
    {
      "job_id": "job-abc123",
      "cz_organization_id": "org-xyz",
      "status": "completed"
    }
  ]
}