Logo
Type aliases

ExtractJob

ExtractJob = object

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

Properties

id

id: string

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

The id of the extraction job


extraction_agent

extraction_agent: ExtractAgent

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

The agent that the job was run on.


status

status: StatusEnum

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

The status of the extraction job


error?

optional error: string | null

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

The error that occurred during extraction


file

file: File

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

The file that the extract was extracted from