get:
List checks.

post:
Create a check.

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

[
    {
        "id": 378467,
        "url": "http://patchwork.ozlabs.org/api/1.2/patches/2223331/checks/378467/?format=api",
        "user": {
            "id": 129245,
            "url": "http://patchwork.ozlabs.org/api/1.2/users/129245/?format=api",
            "username": "acer",
            "first_name": "Andrea",
            "last_name": "Cervesato",
            "email": "andrea.cervesato@suse.com"
        },
        "date": "2026-04-15T05:29:17.596187",
        "state": "warning",
        "target_url": "https://github.com/linux-test-project/ltp-agent/actions/runs/24437929854",
        "context": "copilot-review",
        "description": "Needs revision"
    }
]
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.