Method
listPipelineVersions POST
Copy POST

Lists the pipeline versions for a specified pipeline

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[PipelineVersion]

Exceptions:

TYPE WHEN
DataNotFoundError

pipelineId is not found.

Language: