get:
List checks.

post:
Create a check.

GET /api/patches/1137248/checks/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 27128,
        "url": "http://patchwork.ozlabs.org/api/patches/1137248/checks/27128/?format=api",
        "user": {
            "id": 56072,
            "url": "http://patchwork.ozlabs.org/api/users/56072/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        "date": "2019-07-26T12:24:37.508645",
        "state": "success",
        "target_url": "",
        "context": "checkpatch",
        "description": ""
    },
    {
        "id": 27129,
        "url": "http://patchwork.ozlabs.org/api/patches/1137248/checks/27129/?format=api",
        "user": {
            "id": 56072,
            "url": "http://patchwork.ozlabs.org/api/users/56072/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        "date": "2019-07-26T12:24:40.486848",
        "state": "fail",
        "target_url": "https://gitlab.com/robherring/linux/-/jobs/260038544/artifacts/file/build-1137248.log",
        "context": "dt-meta-schema",
        "description": "build log"
    }
]
The state of the check.
The target URL to associate with this check. This should be specific to the patch.
A label to discern check from checks of other testing systems.
A brief description of the check.