Logo
Type aliases

ExtractRun

ExtractRun = object

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

Schema for an extraction run.

Properties

id

id: string

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

The id of the extraction run


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


extraction_agent_id

extraction_agent_id: string

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

The id of the extraction agent


data_schema

data_schema: object

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

The schema used for extraction

Index Signature

[key: string]: null | string | number | boolean | unknown[] | {[key: string]: unknown; }


config

config: ExtractConfig

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

The config used for extraction


file

file: File

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

The file that the extract was extracted from


status

status: ExtractState

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

The status of the extraction run


error?

optional error: string | null

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

The error that occurred during extraction


job_id?

optional job_id: string | null

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

The id of the job that the extraction run belongs to


data?

optional data: {[key: string]: null | string | number | boolean | unknown[] | {[key: string]: unknown; }; } | object[] | null

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

The data extracted from the file


extraction_metadata?

optional extraction_metadata: {[key: string]: null | string | number | boolean | unknown[] | {[key: string]: unknown; }; } | null

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

The metadata extracted from the file

On this page