commandRunOutput
Returns command run output chunks.
commandRunOutput(runId: ID!, afterAttempt: Int, afterSequence: Int, first: Int): [CommandRunOutputChunk!]!Arguments
Identifier of the run.
The after attempt used to filter or perform the operation. Defaults to 0.
The after sequence used to filter or perform the operation. Defaults to -1.
Maximum number of records to return. Defaults to 1000.
Returns
Stable identifier for this command run output chunk.
Identifier of the related attempt.
The attempt number associated with this command run output chunk.
Monotonically increasing sequence number used for ordering.
The stream associated with this command run output chunk.
Data Base64, encoded as Base64.
The byte length associated with this command run output chunk.
ISO 8601 timestamp when this command run output chunk was created.