Last updated on 16th July 2024
Returns the schema and initial data associated to a particular model.
Example request
curl -X GET http://localhost:8080/api/models/schema\?name=<model_name> -H 'Accept: application/json'
Status Code 200
Status Code 404
Name | Type | Required |
---|---|---|
message | string | true |
Example 404 response body
{
"message": "SimulationRegistry: Could not find requested simulation '<model_name>'"
}