Type aliases
ExtractJob
ExtractJob =
object
Defined in: packages/cloud/src/client/types.gen.ts:3039
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:3043
The id of the extraction job
extraction_agent
extraction_agent:
ExtractAgent
Defined in: packages/cloud/src/client/types.gen.ts:3047
The agent that the job was run on.
status
status:
StatusEnum
Defined in: packages/cloud/src/client/types.gen.ts:3051
The status of the extraction job
error?
optional
error:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3055
The error that occurred during extraction
file
file:
File
Defined in: packages/cloud/src/client/types.gen.ts:3059
The file that the extract was extracted from