# Model Info API

The Model-info endpoint allows you to retrieve detailed metadata about any model created within Graphite Note. This includes key identifiers, creation and update timestamps, dataset associations, and the full model properties JSON — all without the bulky training artifacts.

<figure><img src="/files/xZSC2G7tHfZzUkZoPYlw" alt="" width="563"><figcaption><p>Model info API marked in red</p></figcaption></figure>

***

This API is ideal for:

* Wiring MLOps pipelines with dynamic model metadata
* Auditing model configurations, parameters, and linkage
* Cataloging models across teams, workspaces, or use cases

***

It supports all model types created in Graphite Note

In the following sections, you will find more details about the Model info API.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graphite-note.com/graphite-note-documentation/rest-api/model-info-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
