Logo
Type aliases

BatchItem

BatchItem = object

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

Properties

id

id: string

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

Unique identifier for the batch item


batch_id

batch_id: string

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

The ID of the batch to which the item belongs


status

status: string

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

The current status of the batch item


status_updated_at?

optional status_updated_at: string | null

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

The Unix timestamp (in seconds) for when the batch item status was last updated


created_at?

optional created_at: string | null

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

The Unix timestamp (in seconds) for when the batch item was created


updated_at?

optional updated_at: string | null

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

The Unix timestamp (in seconds) for when the batch item was last updated


input_file

input_file: string

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

The input file associated with the batch item


output_file?

optional output_file: string | null

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

The output file associated with the batch item


task?

optional task: FileParsePublic | null

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

Worker Task for that item

On this page