/
DE
debiai
/
Exploration API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Explorations
8
get
List all explorations
post
Create a new exploration
get
Get available metrics, and agregations that can be applied to columns
get
Get exploration data and configuration
put
Enable to start / stop the exploration
delete
Delete an exploration
put
Update exploration configuration
post
Create a selection from an exploration and a list of combinations
Explorations
Get available metrics, and agregations that can be applied to columns
get
/explorations/config
Response
A list of metrics
ExplorationMetric[]
required
id
string
name
string
description
string
Example response
[ { "name": "nbSamples" } ]
Changes