JobRecord
JobRecord =
object
Defined in: packages/cloud/src/client/types.gen.ts:3982
Schema for a job's metadata.
Properties
webhook_configurations?
optional
webhook_configurations:WebhookConfiguration
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:3986
The outbound webhook configurations
job_name
job_name:
JobNames
Defined in: packages/cloud/src/client/types.gen.ts:3990
The name of the job.
partitions
partitions:
object
Defined in: packages/cloud/src/client/types.gen.ts:3994
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:4000
Additional metadata for the job execution.
session_id?
optional
session_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4034
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:4038
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:4042
The ID of the parent job execution.
user_id?
optional
user_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4046
The ID of the user that created this job
created_at
created_at:
string
Defined in: packages/cloud/src/client/types.gen.ts:4050
Creation datetime
project_id?
optional
project_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4054
The ID of the project this job belongs to.
id?
optional
id:string
Defined in: packages/cloud/src/client/types.gen.ts:4058
Unique identifier
status
status:
StatusEnum
Defined in: packages/cloud/src/client/types.gen.ts:4059
error_code?
optional
error_code:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4060
error_message?
optional
error_message:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4061
attempts?
optional
attempts:number
|null
Defined in: packages/cloud/src/client/types.gen.ts:4065
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:4066
ended_at?
optional
ended_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:4067
updated_at?
optional
updated_at:string
Defined in: packages/cloud/src/client/types.gen.ts:4071
Update datetime