Method
Lists the pipeline versions for a specified pipeline
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
pipelineId |
str |
The ID of the pipeline to list versions for.
|
No |
limit |
int |
The maximum number of pipeline versions to return.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[PipelineVersion] |
|
TYPE |
WHEN |
DataNotFoundError |
pipelineId is not found.
|