跳到主要内容

Download job logs of workflow execution

GET 

/api/v8/repos/:owner/:repo/actions/runs/:run_id/jobs/:job_id/download_log

Request

Path Parameters

    owner stringrequired

    Repository space address (organization or individual's address path)

    repo stringrequired

    Repository path (path)

    run_id stringrequired

    Pipeline Run ID

    job_id stringrequired

    Task ID

Query Parameters

    access_token stringrequired

    User authorization code

Responses

Response Headers
    Schema
      object