get:
List checks.

post:
Create a check.

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

[
    {
        "id": 371518,
        "url": "http://patchwork.ozlabs.org/api/patches/2196426/checks/371518/?format=api",
        "user": {
            "id": 95314,
            "url": "http://patchwork.ozlabs.org/api/users/95314/?format=api",
            "username": "ovsrobot",
            "first_name": "robot",
            "last_name": "bytheborg",
            "email": "robot@bytheb.org"
        },
        "date": "2026-02-13T22:30:22.270096",
        "state": "success",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-February/053231.html",
        "context": "apply-robot",
        "description": "apply and check: success"
    },
    {
        "id": 371535,
        "url": "http://patchwork.ozlabs.org/api/patches/2196426/checks/371535/?format=api",
        "user": {
            "id": 95314,
            "url": "http://patchwork.ozlabs.org/api/users/95314/?format=api",
            "username": "ovsrobot",
            "first_name": "robot",
            "last_name": "bytheborg",
            "email": "robot@bytheb.org"
        },
        "date": "2026-02-14T08:48:41.193574",
        "state": "fail",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-February/053248.html",
        "context": "github-robot-_Build_and_Test",
        "description": "github build: failed"
    },
    {
        "id": 371536,
        "url": "http://patchwork.ozlabs.org/api/patches/2196426/checks/371536/?format=api",
        "user": {
            "id": 95314,
            "url": "http://patchwork.ozlabs.org/api/users/95314/?format=api",
            "username": "ovsrobot",
            "first_name": "robot",
            "last_name": "bytheborg",
            "email": "robot@bytheb.org"
        },
        "date": "2026-02-14T08:48:43.331961",
        "state": "fail",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-February/053249.html",
        "context": "github-robot-_ovn-kubernetes",
        "description": "github build: failed"
    }
]
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.