Show a series.

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

{
    "id": 499825,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/499825/?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": "smb: client: fix OOB read in symlink error response parsing",
    "date": "2026-04-14T11:50:42",
    "submitter": {
        "id": 92883,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/92883/?format=api",
        "name": "Werner Kasselman",
        "email": "werner@verivus.ai"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/499825/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2223084,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2223084/?format=api",
            "msgid": "<20260414115040.552945-1-werner@verivus.com>",
            "date": "2026-04-14T11:50:42",
            "name": "smb: client: fix OOB read in symlink error response parsing",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260414115040.552945-1-werner@verivus.com/mbox/"
        }
    ]
}