CodeUsage
A single pipeline whose step graph references a code.
pipeline_idPipeline Id (string)required
Referencing pipeline ID
pipeline_namePipeline Name (string)required
pipeline_alias object
anyOf
- string
- null
string
collection_id object
anyOf
- string
- null
string
stepsstring[]
Names of steps in this pipeline whose script references the code
CodeUsage
{
"pipeline_id": "string",
"pipeline_name": "string",
"pipeline_alias": "string",
"collection_id": "string",
"steps": [
"string"
]
}