get:
List checks.

post:
Create a check.

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

[
    {
        "id": 29535,
        "url": "http://patchwork.ozlabs.org/api/1.0/patches/1150685/checks/29535/?format=api",
        "user": {
            "id": 56072,
            "url": "http://patchwork.ozlabs.org/api/1.0/users/56072/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        "date": "2019-08-21T12:23:46.496294",
        "state": "warning",
        "target_url": "https://gitlab.com/robherring/linux/-/jobs/276936385/artifacts/file/checkpatch-1150685.log",
        "context": "checkpatch",
        "description": "\"total: 0 errors, 1 warnings, 70 lines checked\""
    },
    {
        "id": 29536,
        "url": "http://patchwork.ozlabs.org/api/1.0/patches/1150685/checks/29536/?format=api",
        "user": {
            "id": 56072,
            "url": "http://patchwork.ozlabs.org/api/1.0/users/56072/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        "date": "2019-08-21T12:23:50.852263",
        "state": "fail",
        "target_url": "https://gitlab.com/robherring/linux/-/jobs/276936385/artifacts/file/build-1150685.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.