Logo
Type aliases

JobRecord

JobRecord = object

Defined in: packages/cloud/src/client/types.gen.ts:2960

Schema for a job's metadata.

Properties

job_name

job_name: JobNames

Defined in: packages/cloud/src/client/types.gen.ts:2964

The name of the job.


partitions

partitions: object

Defined in: packages/cloud/src/client/types.gen.ts:2968

The partitions for this execution. Used for determining where to save job output.

Index Signature

[key: string]: string


parameters?

optional parameters: unknown | null

Defined in: packages/cloud/src/client/types.gen.ts:2974

Additional metadata for the job execution.


session_id?

optional session_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2978

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:2982

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:2986

The ID of the parent job execution.


user_id?

optional user_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2990

The ID of the user that created this job


created_at

created_at: string

Defined in: packages/cloud/src/client/types.gen.ts:2994

Creation datetime


project_id?

optional project_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:2998

The ID of the project this job belongs to.


id?

optional id: string

Defined in: packages/cloud/src/client/types.gen.ts:3002

Unique identifier


status

status: StatusEnum

Defined in: packages/cloud/src/client/types.gen.ts:3003


error_code?

optional error_code: string | null

Defined in: packages/cloud/src/client/types.gen.ts:3004


error_message?

optional error_message: string | null

Defined in: packages/cloud/src/client/types.gen.ts:3005


attempts?

optional attempts: number | null

Defined in: packages/cloud/src/client/types.gen.ts:3009

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:3010


ended_at?

optional ended_at: string | null

Defined in: packages/cloud/src/client/types.gen.ts:3011


updated_at?

optional updated_at: string

Defined in: packages/cloud/src/client/types.gen.ts:3015

Update datetime


data?

optional data: unknown | null

Defined in: packages/cloud/src/client/types.gen.ts:3019

Additional metadata for the job execution.

On this page