WorkflowStepRunResponse
- createdType: string · Created At
_at requiredCreation timestamp
- jobType: string · Job Id
_id requiredThe job id this step belongs to
- payloadType: object · Payloadrequired
The configuration payload for this step
- statusType: string · Statusrequired
The status of the step (e.g., 'complete')
- stepType: string · Step Id
_id requiredThe unique identifier for this workflow step
- updatedType: string · Updated At
_at requiredLast update timestamp
- durationType: number · Duration nullable
Duration in milliseconds
- endType: number · End Time nullable
_time End time in milliseconds
- outputType: string · Output Data nullable
_data The output data produced by this step
- outputType: string · Output Type nullable
_type The type of output produced by this step
- startType: number · Start Time nullable
_time Start time in milliseconds
- stepType: string · Step Type nullable
_type The type of step (e.g., 'prompt')