Skip to main content
Get the details of a build by its ID.
External DocumentationTo learn more, visit the Plutora documentation.

Parameters

ParameterDescription
Build IDThe ID of the build to get details on.

Example Output

{
	"id": "00000000-0000-0000-0000-000000000000",
	"buildNumber": "string",
	"buildTag": "string",
	"branch": "string",
	"buildStatus": "SUCCESSFUL",
	"artifacts": "string",
	"commitNumber": "string",
	"commitCount": "string",
	"systemId": "00000000-0000-0000-0000-000000000000",
	"systemName": "string",
	"releaseId": "00000000-0000-0000-0000-000000000000",
	"releaseName": "string",
	"releaseIdentifier": "string",
	"releaseType": "Project",
	"releaseImplementationDate": "2025-09-30T15:09:28.226Z",
	"primaryExternalJobExecutionLogId": "00000000-0000-0000-0000-000000000000",
	"dateCreated": "2025-09-30T15:09:28.226Z",
	"lastModifiedUser": "string",
	"lastModified": "2025-09-30T15:09:28.226Z",
	"createdBy": "string",
	"changes": [
		{
			"changeId": "00000000-0000-0000-0000-000000000000",
			"changeNumber": 0,
			"changeName": "string"
		}
	],
	"jobExecutions": [
		{
			"id": "00000000-0000-0000-0000-000000000000",
			"jobType": "None",
			"status": "Success",
			"jobName": "string",
			"application": "string",
			"reference": "string",
			"startTime": "2025-09-30T15:09:28.226Z",
			"endTime": "2025-09-30T15:09:28.226Z",
			"duration": "string",
			"modifiedDate": "2025-09-30T15:09:28.226Z"
		}
	]
}

Workflow Library Example

Get Build with Plutora and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I