List LLM requests
Self-hosted installs only. Lists the LLM provider requests that the engine made for the runs of the authenticated organization, newest first. Each entry is one provider attempt: a success, a refusal, a timeout or one retry. An entry holds the provider request ID, the status code, the model, the latency, the token usage, the response headers as the provider sent them and the free-form provider details. An entry never holds a prompt or a completion. Raw request and response bodies are never stored. Hosted installs return 404.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Query Parameters
Return only the attempt with this ID.
Match the provider request ID, response ID, call ID, run ID, run name, model, provider, agent name, error type, error message, or a value in the response headers or details.
200Return only attempts with this outcome.
success, error Return only attempts of this run type. app is a dashboard call such as a generated title or a compliance narrative. connection_test is Settings → LLM Models → Test connection.
scan, pr_review, chat, auth_check, asset_discovery, app, connection_test Return only attempts of this run.
Return only attempts to this provider.
Return only attempts with this model.
Maximum number of attempts to return.
1 <= x <= 200Number of attempts to skip before the first returned attempt. Ignored when before is set.
x >= 0ID of the last attempt of the previous page (next_before). The page continues after that attempt, so attempts that arrive between pages do not shift or repeat the results.
Response
LLM provider attempts of the organization.
Attempts that match the filters.
Attempts of the organization before any filter.
Days an attempt stays before the retention cron removes it (LLM_REQUEST_LOG_RETENTION_DAYS).
True when another page exists after the last entry.
Value for the before parameter of the next page. Null on the last page.
Distinct providers of the organization, for filter menus.
Distinct models of the organization, for filter menus.