GET /api/v1/builds/?format=api&ordering=time_start&page=74538
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3726853,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=time_start&page=74537",
    "results": [
        {
            "port_name": "py314-coverage",
            "builder_name": {
                "name": "10.8_x86_64",
                "display_name": "10.8"
            },
            "build_id": 226867,
            "status": "build successful",
            "time_start": "2026-02-06T21:51:24Z",
            "time_elapsed": "00:00:47",
            "watcher_id": 74990
        },
        {
            "port_name": "juk",
            "builder_name": {
                "name": "15_x86_64",
                "display_name": "15"
            },
            "build_id": 47842,
            "status": "failed install-dependencies",
            "time_start": "2026-02-06T21:51:31Z",
            "time_elapsed": "00:00:08",
            "watcher_id": 15490
        },
        {
            "port_name": "kactivities",
            "builder_name": {
                "name": "15_x86_64",
                "display_name": "15"
            },
            "build_id": 47843,
            "status": "failed install-dependencies",
            "time_start": "2026-02-06T21:51:40Z",
            "time_elapsed": "00:00:08",
            "watcher_id": 15490
        }
    ]
}