get:
List checks.

post:
Create a check.

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

[
    {
        "id": 127679,
        "url": "http://patchwork.ozlabs.org/api/patches/1467052/checks/127679/?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": "2021-04-16T15:29:51.058881",
        "state": "warning",
        "target_url": "https://gitlab.com/robherring/linux-dt-review/-/jobs/1186821160/artifacts/file/checkpatch-1467052.log",
        "context": "checkpatch",
        "description": "total: 2 errors, 4 warnings, 78 lines checked"
    },
    {
        "id": 127680,
        "url": "http://patchwork.ozlabs.org/api/patches/1467052/checks/127680/?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": "2021-04-16T15:34:40.818098",
        "state": "fail",
        "target_url": "https://gitlab.com/robherring/linux-dt-review/-/jobs/1186821160/artifacts/file/build-1467052.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.