Dataiku REST API advanced usage

First example : change the API Key and list the values of a dataset's column

Set API key permissions

Every webapp is created with its dedicated API key.
For security reasons, these API keys have limited permissions that must be activated manually.

To use the full REST API, you must extend the permissions: in the project security settings, update the API key to allow the desired actions (see the documentation for details)

Example: get dataset schema through REST API

Results will appear here.