Occurs when a run step expires.

interface ThreadRunStepExpired {
    data: RunStep;
    event: "thread.run.step.expired";
}

Properties

Properties

data: RunStep

Represents a step in execution of a run.

event: "thread.run.step.expired"