get:
List checks.

post:
Create a check.

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

[
    {
        "id": 29957,
        "url": "http://patchwork.ozlabs.org/api/patches/1152983/checks/29957/?format=api",
        "user": {
            "id": 83965,
            "url": "http://patchwork.ozlabs.org/api/users/83965/?format=api",
            "username": "snowpatch_ozlabs",
            "first_name": "snowpatch",
            "last_name": "ozlabs",
            "email": "patchwork.ozlabs@gmail.com"
        },
        "date": "2019-08-26T06:28:30.776527",
        "state": "warning",
        "target_url": null,
        "context": "apply_patch",
        "description": "Failed to apply on branch next (0e4523c0b4f64eaf7abe59e143e6bdf8f972acff)"
    },
    {
        "id": 29958,
        "url": "http://patchwork.ozlabs.org/api/patches/1152983/checks/29958/?format=api",
        "user": {
            "id": 83965,
            "url": "http://patchwork.ozlabs.org/api/users/83965/?format=api",
            "username": "snowpatch_ozlabs",
            "first_name": "snowpatch",
            "last_name": "ozlabs",
            "email": "patchwork.ozlabs@gmail.com"
        },
        "date": "2019-08-26T06:28:31.135368",
        "state": "fail",
        "target_url": null,
        "context": "apply_patch",
        "description": "Failed to apply to any branch"
    }
]
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.