v7
latestSwagger 2.02026-07-13322074.5 KBModels
Retrieves model metadata and optionally the model definition. Status codes:
- 200 OK
- 400 Bad Request
- InvalidArgument - The model id is invalid.
- MissingArgument - The model id was not provided.
- 404 Not Found
- ModelNotFound - The model was not found.
get/models/{id}
Path parameters
idstring required
The id for the model. The id is globally unique and case sensitive.
Query parameters
includeModelDefinitionboolean
When true the model definition will be returned as part of the result.
api-versionstring required
The requested API version.
Response
Success