Builds
get/1/builds
Query parameters
includeUrlsstring
Determines if download URLs will be generated for the builds (default: true)
appIdstring required
UUID when requesting all builds for an application
Response
List of build metadata
Example response
{
"data": [
{
"appId": "92d204f6-3aaa-4100-bc67-483e0cda2fc0",
"changeVersion": "f78d7407",
"fileDetails": {
"fileName": "newbuild.zip",
"fileSize": 1234
},
"label": "Debug build 12.1",
"launchCommand": "game.exe -geforcenow",
"method": "UPLOAD",
"notes": "Debug build 12.1",
"buildTags": [
"ReleaseBuild"
],
"runConfiguration": {
"hasDrm": true
},
"semanticVersion": "1.0.1",
"scheduledRelease": "2018-07-03T12:54:00",
"target": "GEFORCENOW",
"pipelineId": 10,
"id": "f9c76864-eefb-41cb-a848-443f0850968f",
"createdBy": "123456789012345678",
"status": "UPLOADING",
"url": "https://s3.amazonaws.com/builds/857f0876-c7ad-4f63-86ce-1d8dd0761f2f"
}
],
"paging": {
"total": 786,
"offset": 100,
"limit": 100,
"nextOffset": 200
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.