Skip to main content
QUERY
commandRunOutput(runId: ID!, afterAttempt: Int, afterSequence: Int, first: Int): [CommandRunOutputChunk!]!

Arguments

runId
ID!
required

Identifier of the run.

afterAttempt
Int
default:0

The after attempt used to filter or perform the operation. Defaults to 0.

afterSequence
Int
default:-1

The after sequence used to filter or perform the operation. Defaults to -1.

first
Int
default:1000

Maximum number of records to return. Defaults to 1000.

id
ID!

Stable identifier for this command run output chunk.

attemptId
ID!

Identifier of the related attempt.

attemptNumber
Int!

The attempt number associated with this command run output chunk.

sequence
Int!

Monotonically increasing sequence number used for ordering.

The stream associated with this command run output chunk.

dataBase64
String!

Data Base64, encoded as Base64.

byteLength
Int!

The byte length associated with this command run output chunk.

createdAt
String!

ISO 8601 timestamp when this command run output chunk was created.

Query
Variables
Response