Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform Checks API

Rich interactions with checks run by your integrations.

This API exposes 12 operations across 11 paths, and defines 15 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

12 operations 11 paths 15 schemas 6 GET2 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform Checks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 12

Across 11 paths, the API surfaces 12 operations — 6 GET, 2 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Checks 12

Rich interactions with checks run by your integrations.

POST
/repos/{owner}/{repo}/check-runs
APIs.io Engineering Platform Create a check run
checks/create 2 params body → 201
GET
/repos/{owner}/{repo}/check-runs/{check_run_id}
APIs.io Engineering Platform Get a check run
checks/get 3 params → 200
PATCH
/repos/{owner}/{repo}/check-runs/{check_run_id}
APIs.io Engineering Platform Update a check run
checks/update 3 params body → 200
GET
/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations
APIs.io Engineering Platform List check run annotations
checks/list-annotations 5 params → 200
POST
/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest
APIs.io Engineering Platform Rerequest a check run
checks/rerequest-run 3 params → 201403422404
POST
/repos/{owner}/{repo}/check-suites
APIs.io Engineering Platform Create a check suite
checks/create-suite 2 params body → 200201
PATCH
/repos/{owner}/{repo}/check-suites/preferences
APIs.io Engineering Platform Update repository preferences for check suites
checks/set-suites-preferences 2 params body → 200
GET
/repos/{owner}/{repo}/check-suites/{check_suite_id}
APIs.io Engineering Platform Get a check suite
checks/get-suite 3 params → 200
GET
/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs
APIs.io Engineering Platform List check runs in a check suite
checks/list-for-suite 8 params → 200
POST
/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest
APIs.io Engineering Platform Rerequest a check suite
checks/rerequest-suite 3 params → 201
GET
/repos/{owner}/{repo}/commits/{ref}/check-runs
APIs.io Engineering Platform List check runs for a Git reference
checks/list-for-ref 9 params → 200
GET
/repos/{owner}/{repo}/commits/{ref}/check-suites
APIs.io Engineering Platform List check suites for a Git reference
checks/list-suites-for-ref 7 params → 200

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are minimal-repository (87 properties), nullable-simple-user (21 properties), simple-user (21 properties), check-suite (19 properties). Each schema is shown below with its type and property counts.

nullable-simple-user
object
A GitHub user.
21 properties 18 required
check-annotation
object
Check Annotation
10 properties 10 required
pull-request-minimal
object
5 properties 5 required
nullable-integration
object
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They…
17 properties 11 required
simple-commit
object
A commit.
6 properties 6 required
code-of-conduct
object
Code Of Conduct
5 properties 4 required
basic-error
object
Basic Error
4 properties
deployment-simple
object
A deployment created as the result of an Actions check run from a workflow that references an environment
14 properties 10 required
check-suite
object
A suite of checks performed on the code of a given code change
19 properties 17 required
simple-user
object
A GitHub user.
21 properties 18 required
check-suite-preference
object
Check suite configuration preferences for a repository.
2 properties 2 required
minimal-repository
object
Minimal Repository
87 properties 46 required
empty-object
object
An object without any properties.
check-run
object
A check performed on the code of a given code change
17 properties 16 required
security-and-analysis
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-checks-api-openapi.yml Raw ↑