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

{
    "count": 4099353,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/builds/?format=api&ordering=time_start&page=81987",
    "results": [
        {
            "port_name": "guestfs-tools",
            "builder_name": {
                "name": "13_x86_64",
                "display_name": "13"
            },
            "build_id": 116129,
            "status": "failed install-dependencies",
            "time_start": "2026-08-21T16:21:26Z",
            "time_elapsed": "00:00:06",
            "watcher_id": 46070
        },
        {
            "port_name": "nmap",
            "builder_name": {
                "name": "13_x86_64",
                "display_name": "13"
            },
            "build_id": 116130,
            "status": "build successful",
            "time_start": "2026-08-21T16:22:25Z",
            "time_elapsed": "00:01:43",
            "watcher_id": 46071
        },
        {
            "port_name": "rust-src",
            "builder_name": {
                "name": "13_x86_64",
                "display_name": "13"
            },
            "build_id": 116131,
            "status": "build successful",
            "time_start": "2026-08-21T16:25:36Z",
            "time_elapsed": "00:03:33",
            "watcher_id": 46074
        }
    ]
}