Show a series.

GET /api/1.0/series/498855/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 498855,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/498855/?format=api",
    "project": {
        "id": 12,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/12/?format=api",
        "name": "Linux CIFS Client",
        "link_name": "linux-cifs-client",
        "list_id": "linux-cifs.vger.kernel.org",
        "list_email": "linux-cifs@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "ksmbd: some potential bugfixes",
    "date": "2026-04-06T13:46:46",
    "submitter": {
        "id": 11800,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/11800/?format=api",
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/498855/mbox/",
    "cover_letter": {
        "id": 2220130,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/2220130/?format=api",
        "msgid": "<2026040644-brussels-dab-6f99@gregkh>",
        "date": "2026-04-06T13:46:45",
        "name": "[0/3] ksmbd: some potential bugfixes"
    },
    "patches": [
        {
            "id": 2220129,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2220129/?format=api",
            "msgid": "<2026040646-backlit-overlord-2d46@gregkh>",
            "date": "2026-04-06T13:46:46",
            "name": "[1/3] ksmbd: validate EaNameLength in smb2_get_ea()",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/2026040646-backlit-overlord-2d46@gregkh/mbox/"
        },
        {
            "id": 2220131,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2220131/?format=api",
            "msgid": "<2026040646-helium-unedited-245a@gregkh>",
            "date": "2026-04-06T13:46:47",
            "name": "[2/3] ksmbd: require 3 sub-authorities before reading sub_auth[2]",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/2026040646-helium-unedited-245a@gregkh/mbox/"
        },
        {
            "id": 2220132,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2220132/?format=api",
            "msgid": "<2026040647-reset-uninstall-1145@gregkh>",
            "date": "2026-04-06T13:46:48",
            "name": "[3/3] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/2026040647-reset-uninstall-1145@gregkh/mbox/"
        }
    ]
}