API Reference
Types
Types Reference
Base Types
ApiConfig
Configuration for API endpoints. Inherits from BaseConfig.
ExtractConfig
Configuration for data extraction. Inherits from BaseConfig.
TransformConfig
Configuration for data transformation. Inherits from BaseConfig.
Workflow
ExecutionStep
WorkflowResult
WorkflowStepResult
SystemInput
Pagination
Enums
HttpMethod
Available HTTP methods:
GET
POST
PUT
DELETE
PATCH
HEAD
OPTIONS
AuthType
Authentication methods:
NONE
- No authenticationHEADER
- Authentication via headersQUERY_PARAM
- Authentication via query parametersOAUTH2
- OAuth 2.0 authentication
FileType
Supported file formats:
AUTO
- Automatic detectionJSON
- JSON filesCSV
- CSV filesXML
- XML files
DecompressionMethod
Available decompression methods:
NONE
- No decompressionGZIP
- gzip compressionDEFLATE
- deflate compressionZIP
- zip archivesAUTO
- Automatic detection
CacheMode
Cache behavior options:
ENABLED
- Full cachingDISABLED
- No cachingREADONLY
- Read-only cacheWRITEONLY
- Write-only cache
PaginationType
Pagination type options:
OFFSET_BASED
- Offset-based paginationPAGE_BASED
- Page-based paginationCURSOR_BASED
- Cursor-based paginationDISABLED
- Disabled pagination
LogLevel
Log level options:
DEBUG
- Debug levelINFO
- Info levelWARN
- Warn levelERROR
- Error level
Subscriptions
logs
Stream log messages in real time.
id
: ID of the log messagemessage
: Log message stringlevel
: LogLevel (DEBUG, INFO, WARN, ERROR)timestamp
: DateTimerunId
: ID of the related run (optional)
See also: