Type aliases
ExtractJob
ExtractJob =
object
Defined in: packages/cloud/src/client/types.gen.ts:2861
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2865
The id of the extraction job
extraction_agent
extraction_agent:
ExtractAgent
Defined in: packages/cloud/src/client/types.gen.ts:2869
The agent that the job was run on.
status
status:
StatusEnum
Defined in: packages/cloud/src/client/types.gen.ts:2873
The status of the extraction job
error?
optional
error:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2877
The error that occurred during extraction
file
file:
File
Defined in: packages/cloud/src/client/types.gen.ts:2881
The file that the extract was extracted from