Resolved Job Graph
get_freeze_jobsRetrieve the resolved job graph for a pipeline, project, and branch to see which jobs will run, including inherited dependencies and ordering.
Instructions
Get the resolved job graph for a pipeline/project/branch.
Shows which jobs will run with all inheritance resolved, including dependencies. Use to understand job ordering.
Args: pipeline: Pipeline name (e.g. "check", "gate") project: Project name branch: Branch name (default "main") tenant: Tenant (default from env)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | main | |
| tenant | No | ||
| project | Yes | ||
| pipeline | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |