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

Variable Discoveries

Get Variable Discovery

get

Returns details for a specific Variable Discovery.

Authorizations
AuthorizationstringRequired
Path parameters
uuidstring · uuidRequired
Responses
200

Successful Response

application/json
uuidstring · uuidRequired

Unique identifier for this variable discovery

data_sourcestring · uuidRequired

The data source this variable discovery is assigned to.

created_atstring · date-timeRequired

Timestamp when this variable discovery was created.

last_modified_atstring · date-timeRequired

Timestamp when this variable discovery was last modified, generally the case when its state changes.

stateone ofRequired

The current state of the variable discovery.

or
or
or
get/v2/variable-discoveries/{uuid}

Get Variable Discoveries

get

Lists Variable Discovery resources

Authorizations
AuthorizationstringRequired
Query parameters
data_sourcestring · uuid[] · max: 50 · nullableOptional
machinestring · uuid[] · max: 50 · nullableOptional
sparkstring · uuid[] · max: 50 · nullableOptional
cursorstringOptional
Responses
200

Successful Response

application/json
get/v2/variable-discoveries

Create Variable Discovery

post

Start a Variable Discovery run on a data source.

Authorizations
AuthorizationstringRequired
Body
data_sourcestring · uuidRequired

The data source this variable discovery is assigned to.

Responses
201

Successful Response

application/json
uuidstring · uuidRequired

Unique identifier for this variable discovery

data_sourcestring · uuidRequired

The data source this variable discovery is assigned to.

created_atstring · date-timeRequired

Timestamp when this variable discovery was created.

last_modified_atstring · date-timeRequired

Timestamp when this variable discovery was last modified, generally the case when its state changes.

stateone ofRequired

The current state of the variable discovery.

or
or
or
post/v2/variable-discoveries

Last updated