Skip to main content
objectWorkflowRunEvent

Fields

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.