get:
List checks.

post:
Create a check.

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

[
    {
        "id": 377001,
        "url": "http://patchwork.ozlabs.org/api/patches/2218561/checks/377001/?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-04-01T13:26:07.804576",
        "state": "success",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054172.html",
        "context": "apply-robot",
        "description": "apply and check: success"
    },
    {
        "id": 377002,
        "url": "http://patchwork.ozlabs.org/api/patches/2218561/checks/377002/?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-04-01T13:45:21.547340",
        "state": "fail",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054173.html",
        "context": "cirrus-robot",
        "description": "cirrus build: failed"
    },
    {
        "id": 377004,
        "url": "http://patchwork.ozlabs.org/api/patches/2218561/checks/377004/?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-04-01T14:24:47.651035",
        "state": "fail",
        "target_url": "https://mail.openvswitch.org/pipermail/ovs-build/2026-April/054175.html",
        "context": "github-robot-_Build_and_Test",
        "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.