Returns a paginated list of builds for your project, sorted by creation date (newest first). Soft-deleted builds are excluded. Use the name filter to list versions of a specific build name.
Filter builds by name (e.g., "default", "beta"). Returns all names if omitted.
Maximum builds per page (1–100). Defaults to 50.
1 <= x <= 100Number of builds to skip for pagination. Defaults to 0.
x >= 0Paginated list of builds.
Paginated list of game server builds.
Array of builds for the current page.
Total number of builds matching the query filters.
Maximum number of items per page.
Number of items skipped (for pagination).
True if there are more builds beyond this page.