API Support for Reflections

Hi,

According to the docs Dremio Cloud API does not support reflections operations (unlike Dremio Software API which does). Is there any support for reflections in Dremio Cloud API and, if not, is it planned? Any workarounds? Any advice appreciated.

I did a quick test to see if the ‘/reflection’ would work under a ‘projects’ in Dremio Cloud Rest API. The following does return results for Dremio Cloud.

Example:
https://api.dremio.cloud/v0/projects/123abc-123a-123a-1abc-abc123abc12345/reflection

Where “123abc-123a-123a-1abc-abc123abc12345” is my project id.

It appears to work, but this feature is not-yet-documented as you note. I will log the request to update documentation.

Existing document References
Software API: Dremio
Dremio Cloud API: Dremio

Thanks @tgavin. That works!