Generate user custom actions for catalog assets
POST/catalog/user-actions
Generates ready-to-use connection templates and instructions for a set of catalog assets, covering the SQL playground and the supported analytics tools, plus any caveats that apply to the specific assets chosen.
Only AssetType "dataset" produces output. Any other value returns HTTP 200 with empty ApplicableTemplates and DatasetInstructions rather than an error, so check that ApplicableTemplates is non-empty before relying on it.
The caller must hold owner, editor or read-only access on every requested asset. A single inaccessible asset fails the whole request with AUTH-1010, and an unknown or deleted asset id produces that same error rather than a distinct not-found response.
Request
Responses
- 200
- 400
- 500
Templates and instructions for the requested assets. Both fields are empty when AssetType is not "dataset", or when every requested dataset is unregistered or S3-backed.
Response Headers
Input validation or authorization failure. Body is {"Message": " -
Response Headers
Something went wrong at backend