get:
List checks.

post:
Create a check.

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

[
    {
        "id": 378454,
        "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223301/checks/378454/?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-14T23:48:07.161988",
        "state": "warning",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054364.html",
        "context": "apply-robot",
        "description": "apply and check: warning"
    },
    {
        "id": 378463,
        "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223301/checks/378463/?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:47:42.740457",
        "state": "success",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054373.html",
        "context": "github-robot-_Build_and_Test",
        "description": "github build: passed"
    },
    {
        "id": 378464,
        "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223301/checks/378464/?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:47:45.088720",
        "state": "success",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054374.html",
        "context": "github-robot-_ovn-kubernetes",
        "description": "github build: passed"
    }
]
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.