Azure DevOps · Capability

Azure DevOps Pipelines API — Pipeline Artifacts

Azure DevOps Pipelines API — Pipeline Artifacts. 1 operations. Lead operation: Azure DevOps List run artifacts. Self-contained Naftiko capability covering one Microsoft Azure Devops business surface.

Run with Naftiko Microsoft Azure DevopsPipeline Artifacts

What You Can Do

GET
Artifactslist — Azure DevOps List run artifacts
/v1/pipelines/{pipelineid}/runs/{runid}/artifacts

MCP Tools

azure-devops-list-run-artifacts

Azure DevOps List run artifacts

read-only idempotent

Capability Spec

azure-devops-pipelines-pipeline-artifacts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure DevOps Pipelines API — Pipeline Artifacts
  description: 'Azure DevOps Pipelines API — Pipeline Artifacts. 1 operations. Lead operation: Azure DevOps List run artifacts.
    Self-contained Naftiko capability covering one Microsoft Azure Devops business surface.'
  tags:
  - Microsoft Azure Devops
  - Pipeline Artifacts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_DEVOPS_API_KEY: MICROSOFT_AZURE_DEVOPS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-devops-pipelines-pipeline-artifacts
    baseUri: https://dev.azure.com/{organization}/{project}/_apis
    description: Azure DevOps Pipelines API — Pipeline Artifacts business capability. Self-contained, no shared references.
    resources:
    - name: pipelines-pipelineId-runs-runId-artifacts
      path: /pipelines/{pipelineId}/runs/{runId}/artifacts
      operations:
      - name: artifactslist
        method: GET
        description: Azure DevOps List run artifacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: runId
          in: path
          type: integer
          description: Numeric ID of the pipeline run
          required: true
        - name: artifactName
          in: query
          type: string
          description: Filter by a specific artifact name
        - name: $expand
          in: query
          type: string
          description: Expand additional artifact details
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_DEVOPS_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-devops-pipelines-pipeline-artifacts-rest
    port: 8080
    description: REST adapter for Azure DevOps Pipelines API — Pipeline Artifacts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/pipelines/{pipelineid}/runs/{runid}/artifacts
      name: pipelines-pipelineid-runs-runid-artifacts
      description: REST surface for pipelines-pipelineId-runs-runId-artifacts.
      operations:
      - method: GET
        name: artifactslist
        description: Azure DevOps List run artifacts
        call: azure-devops-pipelines-pipeline-artifacts.artifactslist
        with:
          runId: rest.runId
          artifactName: rest.artifactName
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-devops-pipelines-pipeline-artifacts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure DevOps Pipelines API — Pipeline Artifacts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: azure-devops-list-run-artifacts
      description: Azure DevOps List run artifacts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-devops-pipelines-pipeline-artifacts.artifactslist
      with:
        runId: tools.runId
        artifactName: tools.artifactName
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.