WorkflowStepRunResponse

  • created_at
    Type: string · Created At
    required

    Creation timestamp

  • job_id
    Type: string · Job Id
    required

    The job id this step belongs to

  • payload
    Type: object · Payload
    required

    The configuration payload for this step

  • status
    Type: string · Status
    required

    The status of the step (e.g., 'complete')

  • step_id
    Type: string · Step Id
    required

    The unique identifier for this workflow step

  • updated_at
    Type: string · Updated At
    required

    Last update timestamp

  • duration
    Type: number · Duration nullable

    Duration in milliseconds

  • end_time
    Type: number · End Time nullable

    End time in milliseconds

  • output_data
    Type: string · Output Data nullable

    The output data produced by this step

  • output_type
    Type: string · Output Type nullable

    The type of output produced by this step

  • start_time
    Type: number · Start Time nullable

    Start time in milliseconds

  • step_type
    Type: string · Step Type nullable

    The type of step (e.g., 'prompt')