JobStatusResponse

  • app_data
    Type: object · App Data
    required
  • app_id
    Type: string · App Id
    required
  • created_at
    Type: string · Created At
    required
  • entity_id
    Type: string · Entity Id
    required
  • job_id
    Type: string · Job Id
    required
  • number_of_steps
    Type: integer · Number Of Steps
    required

    Integer numbers.

  • status
    Type: string · Status
    required
  • step_outputs
    Type: array object[] · Step Outputs
    required
    • 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')

  • updated_at
    Type: string · Updated At
    required
  • user_id
    Type: string · User Id
    required
  • user_inputs
    Type: object · User Inputs
    required
  • end_time
    Type: integer · End Time nullable

    Integer numbers.

  • start_time
    Type: integer · Start Time nullable

    Integer numbers.