Skip to main content
Version: current [25.0.x]

Endpoints

Introduced in Dremio 2.0.0.

Retrieving the reflections for a specific dataset

GET /api/v3/dataset/{id}/reflection

Output

{
"data": [
reflection,
...
]
}

Response Codes

403 - user does not have permission to view the dataset.

404 - a dataset with the specified id could not be found.

Retrieving the reflection recommendations for a specific dataset

POST /api/v3/dataset/{id}/reflection/recommendation

Output

{
"data": [
reflection,
...
]
}

Response Codes

403 - user does not have permission to view the dataset.

404 - a dataset with the specified id could not be found.