Skip to main content
objectBuildArtifactTransfer

Fields

id
ID!

Stable identifier for this artifact transfer.

Current relay and deployment lifecycle state.

sourceAgent

Agent that produced and may upload the runnable artifact.

targetAgent

Agent selected to download and deploy the runnable artifact.

uploadOffset
Float!

Number of bytes durably received from the source agent.

uploadLength
Float

Declared total package size in bytes, or null before upload initialization.

downloadOffset
Float!

Highest byte offset downloaded by the target agent.

checksum
String

Expected SHA-256 checksum, or null before upload initialization.

error
String

Failure message, or null while the transfer has no failure.

createdAt
String!

ISO 8601 timestamp when this artifact transfer was created.

updatedAt
String!

ISO 8601 timestamp when this artifact transfer last changed.

finishedAt
String

ISO 8601 timestamp when this artifact transfer finished.