Method
getStepVersionLogs GET
Copy GET

Gets the logs for a given step version.

Arguments:

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.

Response:

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
Language: