Skip to main content
QUERY
runEvents(runId: ID!, search: String, afterSequence: Int, first: Int, includeSuperseded: Boolean): [RunEvent!]!

Arguments

runId
ID!
required

Identifier of the run.

Text used to filter matching records. Omit it to leave this dimension unfiltered.

afterSequence
Int
default:-1

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

first
Int
default:200

Maximum number of records to return. Defaults to 200.

includeSuperseded
Boolean
default:false

Whether include superseded applies to the operation. Defaults to false.

Returns

id
ID!

Stable identifier for this run event.

runId
ID!

Identifier of the related run.

attemptId
ID

Identifier of the related attempt. May be null when unavailable or not applicable.

sequence
Int!

Monotonically increasing sequence number used for ordering.

type
String!

Category of this run event.

summary
String!

The summary associated with this run event.

detailMarkdown
String

The detail markdown associated with this run event. May be null when unavailable or not applicable.

raw
JSON

The raw associated with this run event. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this run event was created.

supersededAt
String

ISO 8601 timestamp when this run event was superseded. May be null when unavailable or not applicable.

Query
Variables
Response