get:
List checks.

post:
Create a check.

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

[
    {
        "id": 359107,
        "url": "http://patchwork.ozlabs.org/api/patches/2137031/checks/359107/?format=api",
        "user": {
            "id": 56072,
            "url": "http://patchwork.ozlabs.org/api/users/56072/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        "date": "2025-09-15T10:52:15.193721",
        "state": "success",
        "target_url": "",
        "context": "checkpatch",
        "description": ""
    },
    {
        "id": 359108,
        "url": "http://patchwork.ozlabs.org/api/patches/2137031/checks/359108/?format=api",
        "user": {
            "id": 56072,
            "url": "http://patchwork.ozlabs.org/api/users/56072/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        "date": "2025-09-15T10:52:16.524348",
        "state": "success",
        "target_url": "",
        "context": "patch-applied",
        "description": ""
    },
    {
        "id": 359109,
        "url": "http://patchwork.ozlabs.org/api/patches/2137031/checks/359109/?format=api",
        "user": {
            "id": 56072,
            "url": "http://patchwork.ozlabs.org/api/users/56072/?format=api",
            "username": "robh",
            "first_name": "Rob",
            "last_name": "Herring",
            "email": "robh@kernel.org"
        },
        "date": "2025-09-15T10:52:17.849988",
        "state": "success",
        "target_url": "",
        "context": "dt-meta-schema",
        "description": ""
    }
]
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.