get:
List checks.

post:
Create a check.

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

[
    {
        "id": 124336,
        "url": "http://patchwork.ozlabs.org/api/patches/1458809/checks/124336/?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": "2021-03-26T14:50:59.960896",
        "state": "success",
        "target_url": null,
        "context": "apply_patch",
        "description": "Successfully applied on branch powerpc/merge (87d76f542a24ecfa797e9bd3bb56c0f19aabff57)"
    },
    {
        "id": 124337,
        "url": "http://patchwork.ozlabs.org/api/patches/1458809/checks/124337/?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": "2021-03-26T14:51:00.299742",
        "state": "success",
        "target_url": "https://openpower.xyz/job/snowpatch/job/snowpatch-linux-checkpatch/17606//artifact/linux/checkpatch.log",
        "context": "checkpatch",
        "description": "total: 0 errors, 0 warnings, 0 checks, 74 lines checked"
    },
    {
        "id": 124338,
        "url": "http://patchwork.ozlabs.org/api/patches/1458809/checks/124338/?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": "2021-03-26T14:51:00.627025",
        "state": "success",
        "target_url": "https://openpower.xyz/job/snowpatch/job/snowpatch-linux-needsstable/6980//artifact/linux/stable-missing-finder.log",
        "context": "needsstable",
        "description": "Patch has no Fixes tags"
    }
]
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.