Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
import requests url = "https://{FUSION HOST}/api/apps/{id}" response = requests.get(url) print(response.text)
{ "id": "<string>" }
Fetch an app by its ID. The response is the app’s complete configuration in JSON.
The app ID.
successful operation
Was this page helpful?