get:
List checks.

post:
Create a check.

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

[
    {
        "id": 103835,
        "url": "http://patchwork.ozlabs.org/api/patches/1396158/checks/103835/?format=api",
        "user": {
            "id": 60049,
            "url": "http://patchwork.ozlabs.org/api/users/60049/?format=api",
            "username": "jkicinski",
            "first_name": "Jakub",
            "last_name": "Kicinski",
            "email": "kubakici@wp.pl"
        },
        "date": "2020-11-07T17:27:04.074186",
        "state": "success",
        "target_url": "https://patchwork.hopto.org/static/nipa//212860/tree_selection",
        "context": "tree_selection",
        "description": "Series ignored based on subject"
    }
]
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.