Method
Gets the logs for the steps in a given pipeline version.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
pipelineVersion |
str |
The id of the pipeline version.
|
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 |
PipelineVersionLogs |
KEY |
TYPE |
Description |
stepLogs |
PipelineStepVersionLogs |
A list of the pipeline step version logs.
KEY |
TYPE |
Description |
stepName |
str |
The name of the step |
pipelineStepId |
str |
The ID of the step |
pipelineStepVersion |
str |
The version of the step |
logs |
str |
The logs for both stdout and stderr of the step |
|
|