Logo
Type aliases

ExtractJob

ExtractJob = object

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

Properties

id

id: string

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

The id of the extraction job


extraction_agent

extraction_agent: ExtractAgent

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

The agent that the job was run on.


status

status: StatusEnum

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

The status of the extraction job


error?

optional error: string | null

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

The error that occurred during extraction


file

file: File

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

The file that the extract was extracted from

On this page