JobRecord
JobRecord =
object
Defined in: packages/cloud/src/client/types.gen.ts:3677
Schema for a job's metadata.
Properties
job_name
job_name:
JobNames
Defined in: packages/cloud/src/client/types.gen.ts:3681
The name of the job.
partitions
partitions:
object
Defined in: packages/cloud/src/client/types.gen.ts:3685
The partitions for this execution. Used for determining where to save job output.
Index Signature
[key
: string
]: string
parameters?
optional
parameters:object
&ParseJobConfig
|object
&LegacyParseJobConfig
|object
&LoadFilesJobConfig
|object
&LLamaParseTransformConfig
|object
&PipelineManagedIngestionJobParams
|object
&DataSourceUpdateDispatcherConfig
|object
&PipelineFileUpdateDispatcherConfig
|object
&PipelineFileUpdaterConfig
|object
&DocumentIngestionJobParams
|null
Defined in: packages/cloud/src/client/types.gen.ts:3691
Additional metadata for the job execution.
session_id?
optional
session_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3725
The upstream request ID that created this job. Used for tracking the job across services.
correlation_id?
optional
correlation_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3729
The correlation ID for this job. Used for tracking the job across services.
parent_job_execution_id?
optional
parent_job_execution_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3733
The ID of the parent job execution.
user_id?
optional
user_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3737
The ID of the user that created this job
created_at
created_at:
string
Defined in: packages/cloud/src/client/types.gen.ts:3741
Creation datetime
project_id?
optional
project_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3745
The ID of the project this job belongs to.
id?
optional
id:string
Defined in: packages/cloud/src/client/types.gen.ts:3749
Unique identifier
status
status:
StatusEnum
Defined in: packages/cloud/src/client/types.gen.ts:3750
error_code?
optional
error_code:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3751
error_message?
optional
error_message:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3752
attempts?
optional
attempts:number
|null
Defined in: packages/cloud/src/client/types.gen.ts:3756
The number of times this job has been attempted
started_at?
optional
started_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3757
ended_at?
optional
ended_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3758
updated_at?
optional
updated_at:string
Defined in: packages/cloud/src/client/types.gen.ts:3762
Update datetime