engine_get_script
Retrieve load script from a Qlik Sense application by specifying the app ID, enabling streamlined access for managing and analyzing application data.
Instructions
Get load script from app
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | Application ID |
Input Schema (JSON Schema)
{
"properties": {
"app_id": {
"description": "Application ID",
"type": "string"
}
},
"required": [
"app_id"
],
"type": "object"
}