Fetch all variables for a specific app.
curl --request GET \ --url https://api.withcortex.ai/apps/{app_id}/variables
[ { "key": "<string>", "value": "<string>", "secret": true } ]
The ID of the app
Page number
Number of items to take
The key of the app variable
128
The value of the app variable
2048
Indicates if the variable is a secret
Was this page helpful?