Skip to main content
QUERY
workflowRunEvents(runId: ID!, afterSequence: Int, first: Int): [WorkflowRunEvent!]!

Arguments

runId
ID!
required

Identifier of the run.

afterSequence
Int
default:-1

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

first
Int
default:500

Maximum number of records to return. Defaults to 500.

Returns

id
ID!

Stable identifier for this workflow 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 workflow run event.

message
String!

Human-readable message associated with this workflow run event.

detail
JSON

Structured detail associated with this workflow run event. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this workflow run event was created.

Query
Variables
Response