models_get
Get a model by its unique ID, or by slug when combined with a project reference.
Instructions
Get one model by id, or by slug plus project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id, or slug when project is also provided. | |
| project | No | Project ref required when model is given by slug. |