Models
History by Model
Lists the history of a specific model.
GET
History by Model
Documentation Index
Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET https://gateway.orkeia.ai/ai-models/{id}/history
Headers
Requires headerauthorization: <your_token>.
Route Parameters
id— Model ID (e.g.,MODEL_67890)
Query String
| 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” |
