ExtractRun
ExtractRun =
object
Defined in: packages/cloud/src/client/types.gen.ts:3233
Schema for an extraction run.
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:3237
The id of the extraction run
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3241
Creation datetime
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3245
Update datetime
extraction_agent_id
extraction_agent_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:3249
The id of the extraction agent
data_schema
data_schema:
object
Defined in: packages/cloud/src/client/types.gen.ts:3253
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:3268
The config used for extraction
file
file:
File
Defined in: packages/cloud/src/client/types.gen.ts:3272
The file that the extract was extracted from
status
status:
ExtractState
Defined in: packages/cloud/src/client/types.gen.ts:3276
The status of the extraction run
error?
optional
error:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3280
The error that occurred during extraction
job_id?
optional
job_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3284
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:3288
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:3317
The metadata extracted from the file
from_ui
from_ui:
boolean
Defined in: packages/cloud/src/client/types.gen.ts:3332
Whether this extraction run was triggered from the UI