GET
/
data-models
List all data models
curl --request GET \
  --url https://{FUSION HOST}/api/data-models
[
  {
    "id": "<string>"
  }
]

Response

200 - application/json

successful operation

The response is of type object[].