inf inferences
inf inference list
Display recent inferences in the active project.
inf inference ls
Options
| Flag | Required | Description | Default |
|---|---|---|---|
-l, --limit <n> | No | Maximum number of results | 20 |
-m, --model <model> | No | Filter by model name | All models |
--task <taskId> | No | Filter by task ID — matches the x-inference-task-id header set by inf instrument --task-id | — |
--cursor <cursor> | No | Pagination cursor (from a previous response) | — |
--json to get full UUIDs for scripting. When more results are available, the CLI prints a pagination cursor you can pass back with --cursor.
Examples
inf inference get
View the full request and response for a specific inference — method, path, request body, and response body all printed as formatted JSON. Useful for debugging specific API calls or inspecting model behavior.
Arguments
| Argument | Required | Description |
|---|---|---|
id | Yes | Full inference UUID or a 4+ character prefix |