Query
Variables
Response
Queries
buildLogChunks
Returns build log chunks.
QUERY
buildLogChunks(buildId: ID!, after: ID, first: Int): [BuildLogChunk!]!Arguments
buildId
ID!
required
Identifier of the build.
after
ID
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
first
Int
default:1000
Maximum number of records to return. Defaults to 1000.
Returns
[BuildLogChunk!]!
id
ID!
Stable identifier for this build log chunk.
scope
String!
The scope associated with this build log chunk.
scopeId
ID!
Identifier of the related scope.
sequence
Int!
Monotonically increasing sequence number used for ordering.
phase
String!
The phase associated with this build log chunk.
stream
The stream associated with this build log chunk.
dataBase64
String!
Data Base64, encoded as Base64.
byteLength
Int!
The byte length associated with this build log chunk.
createdAt
String!
ISO 8601 timestamp when this build log chunk was created.
Query
Variables
Response