GET
/
templates
/
status
Get status of the templates
curl --request GET \
  --url https://{FUSION_HOST.com}/api/templating/templates/status
[
  {
    "status": "ok",
    "node": "http://templating/settings",
    "messages": [
      {
        "date": "",
        "message": "Additional message text."
      }
    ]
  }
]

Response

200
application/json

OK

The response is of type templateStatusResponse · object[].