Method
Gets the logs for a given step version.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
pipelineStepVersion |
str |
The id of the pipeline step 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 |
PipelineStepVersionLogs |
| 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 |
|