Retrieve imported object extractor
Imported Object Extractors
Retrieve imported object extractor
GET
Retrieve imported object extractor
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the extractor
Response
Successful response
Holds objects imported from an external system (rather than extracted by an LLM). Useful for hydrating the warehouse with data produced outside the platform.
Example:
"CRM contacts"
Example:
"Contacts imported nightly from Salesforce."
Example:
"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.