ExtractRun
ExtractRun =
object
Defined in: packages/cloud/src/client/types.gen.ts:3019
Schema for an extraction run.
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:3023
The id of the extraction run
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3027
Creation datetime
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3031
Update datetime
extraction_agent_id
extraction_agent_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:3035
The id of the extraction agent
data_schema
data_schema:
object
Defined in: packages/cloud/src/client/types.gen.ts:3039
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:3054
The config used for extraction
file
file:
File
Defined in: packages/cloud/src/client/types.gen.ts:3058
The file that the extract was extracted from
status
status:
ExtractState
Defined in: packages/cloud/src/client/types.gen.ts:3062
The status of the extraction run
error?
optional
error:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3066
The error that occurred during extraction
job_id?
optional
job_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3070
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:3074
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:3103
The metadata extracted from the file
from_ui
from_ui:
boolean
Defined in: packages/cloud/src/client/types.gen.ts:3118
Whether this extraction run was triggered from the UI