Lists the history of a specific model.
GET https://gateway.orkeia.ai/ai-models/{id}/history
authorization: <your_token>.
id — Model ID (e.g., MODEL_67890)| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| last | string | No | Cursor/offset of the last page | ”hist_010” |
| limit | string | No | Amount per page | ”20” |
| field | string | No | Field for sorting | ”date” |
| direction | ”asc” | “desc” | No | Sorting direction | ”desc” |