Create imported object extractor
Create an ImportedObjectExtractor — holds objects imported from an
external system (rather than extracted by an LLM).
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Body
Holds objects imported from an external system (rather than extracted by an LLM). Useful for hydrating the warehouse with data produced outside the platform.
Response
Created
Holds objects imported from an external system (rather than extracted by an LLM). Useful for hydrating the warehouse with data produced outside the platform.
"CRM contacts"
"Contacts imported nightly from Salesforce."
"from pydantic import BaseModel\n\nclass ImportedRecord(BaseModel):\n external_id: str\n payload: dict\n"
Immutable snapshot of an ImportedObjectExtractor's version-bearing configuration.
Immutable snapshot of an ImportedObjectExtractor's version-bearing configuration.