JobStatusResponse
- appType: object · App Data
_data required - appType: string · App Id
_id required - createdType: string · Created At
_at required - entityType: string · Entity Id
_id required - jobType: string · Job Id
_id required - numberType: integer · Number Of Steps
_of _steps requiredInteger numbers.
- statusType: string · Statusrequired
- stepType: array object[] · Step Outputs
_outputs required- 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')
- updatedType: string · Updated At
_at required - userType: string · User Id
_id required - userType: object · User Inputs
_inputs required - endType: integer · End Time nullable
_time Integer numbers.
- startType: integer · Start Time nullable
_time Integer numbers.