get_pipeline_log
Retrieve a specific pipeline log from an Azure DevOps pipeline run using the timeline log identifier. Supports optional line range and format selection (plain or JSON) for targeted log analysis.
Instructions
Retrieve a specific pipeline log using the timeline log identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| runId | Yes | Pipeline run identifier | |
| logId | Yes | Log identifier from the timeline record | |
| format | No | Optional format for the log contents (plain or json) | |
| startLine | No | Optional starting line number for the log segment | |
| endLine | No | Optional ending line number for the log segment | |
| pipelineId | No | Optional pipeline numeric ID for reference only |