跳到主要内容

查询自动化检查

查询自动化检查

Path Parameters
  • owner required

    The account owner of the repository. The name is not case sensitive.

  • repo required

    The name of the repository. The name is not case sensitive.

  • check_run_id

    The unique identifier of the check run.

Header Parameters
  • Authorization required

    应用ats token(需以Bearer加空格开头)

Responses

Created

GET /repos/:owner/:repo/check-runs/:check_run_id

Request

Base URL
https://api.atomgit.com
owner — path required
repo — path required
Authorization — header required
check_run_id — path
curl -L -X GET 'https://api.atomgit.com/repos/:owner/:repo/check-runs/:check_run_id'