For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configurations

Read import configurations.

Retrieving all import configurations

get

Retrieves all import configurations defined for the tenant.

Required scopes
This endpoint requires the following scopes:
  • : Needed to trigger, schedule, monitor, and cancel import runs and to read configurations, streams, schedules, runs, and imported data.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

The tenant you want to access.

Example: mytenant
Responses
200

The request was successful. The configurations are returned.

application/json

An import configuration grouping one or more streams.

idstring · uuidOptional

The configuration identifier.

Example: 7c9e6679-7425-40de-944b-e07fc1f90ae7
tenantstringOptional

The owning tenant.

Example: mytenant
namestringOptional

The configuration name.

Example: ERP product master import
descriptionstringOptional

A free-text description.

Example: Nightly import of product master data from the ERP system.
sourceConnIdstring · uuidOptional

The default source connection for the configuration's streams.

Example: 550e8400-e29b-41d4-a716-446655440000
deltaEnabledbooleanOptional

Whether delta (incremental) runs are enabled.

Example: true
enabledbooleanOptional

Whether the configuration is active.

Example: true
createdAtstring · date-timeOptional

When the configuration was created.

Example: 2026-07-01T10:15:30.000Z
updatedAtstring · date-timeOptional

When the configuration was last updated.

Example: 2026-07-20T08:00:00.000Z
get/importtool/{tenant}/configs

Retrieving an import configuration

get

Retrieves a single import configuration by its identifier.

Required scopes
This endpoint requires the following scopes:
  • : Needed to trigger, schedule, monitor, and cancel import runs and to read configurations, streams, schedules, runs, and imported data.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

The tenant you want to access.

Example: mytenant
idstring · uuidRequired

The resource identifier.

Example: 7c9e6679-7425-40de-944b-e07fc1f90ae7
Responses
200

The request was successful. The configuration is returned.

application/json

An import configuration grouping one or more streams.

idstring · uuidOptional

The configuration identifier.

Example: 7c9e6679-7425-40de-944b-e07fc1f90ae7
tenantstringOptional

The owning tenant.

Example: mytenant
namestringOptional

The configuration name.

Example: ERP product master import
descriptionstringOptional

A free-text description.

Example: Nightly import of product master data from the ERP system.
sourceConnIdstring · uuidOptional

The default source connection for the configuration's streams.

Example: 550e8400-e29b-41d4-a716-446655440000
deltaEnabledbooleanOptional

Whether delta (incremental) runs are enabled.

Example: true
enabledbooleanOptional

Whether the configuration is active.

Example: true
createdAtstring · date-timeOptional

When the configuration was created.

Example: 2026-07-01T10:15:30.000Z
updatedAtstring · date-timeOptional

When the configuration was last updated.

Example: 2026-07-20T08:00:00.000Z
get/importtool/{tenant}/configs/{id}

Last updated

Was this helpful?