Logo
Type aliases

ExtractJobCreate

ExtractJobCreate = object

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

Schema for creating an extraction job.

Properties

webhook_configurations?

optional webhook_configurations: WebhookConfiguration[] | null

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

The outbound webhook configurations


extraction_agent_id

extraction_agent_id: string

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

The id of the extraction agent


file_id

file_id: string

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

The id of the file


data_schema_override?

optional data_schema_override: {[key: string]: null | string | number | boolean | unknown[] | {[key: string]: unknown; }; } | string | null

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

The data schema to override the extraction agent's data schema with


config_override?

optional config_override: ExtractConfig | null

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

The config to override the extraction agent's config with