get:
List checks.

post:
Create a check.

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

[
    {
        "id": 378399,
        "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223153/checks/378399/?format=api",
        "user": {
            "id": 95314,
            "url": "http://patchwork.ozlabs.org/api/1.2/users/95314/?format=api",
            "username": "ovsrobot",
            "first_name": "robot",
            "last_name": "bytheborg",
            "email": "robot@bytheb.org"
        },
        "date": "2026-04-14T16:07:42.141365",
        "state": "success",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054346.html",
        "context": "apply-robot",
        "description": "apply and check: success"
    },
    {
        "id": 378459,
        "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223153/checks/378459/?format=api",
        "user": {
            "id": 95314,
            "url": "http://patchwork.ozlabs.org/api/1.2/users/95314/?format=api",
            "username": "ovsrobot",
            "first_name": "robot",
            "last_name": "bytheborg",
            "email": "robot@bytheb.org"
        },
        "date": "2026-04-15T02:07:44.105384",
        "state": "success",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054369.html",
        "context": "github-robot-_Build_and_Test",
        "description": "github build: passed"
    },
    {
        "id": 378460,
        "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223153/checks/378460/?format=api",
        "user": {
            "id": 95314,
            "url": "http://patchwork.ozlabs.org/api/1.2/users/95314/?format=api",
            "username": "ovsrobot",
            "first_name": "robot",
            "last_name": "bytheborg",
            "email": "robot@bytheb.org"
        },
        "date": "2026-04-15T02:07:49.251576",
        "state": "fail",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054370.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.