CodeUsagesResponse
Reverse-lookup of pipelines referencing a code (mirrors DatasetUsagesResponse).
pipelines object[]required
Array [
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
]
totalTotal (integer)required
Number of pipelines referencing the code
CodeUsagesResponse
{
"pipelines": [
{
"pipeline_id": "string",
"pipeline_name": "string",
"pipeline_alias": "string",
"collection_id": "string",
"steps": [
"string"
]
}
],
"total": 0
}