Method
listPipelineVersionLogs GET
Copy GET

Gets the logs for the steps in a given pipeline version.

Arguments:

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.

Response:

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