llm_request_list
List recent persisted sync and async LLM requests newest-first without a correlation id. Use returned correlationId or asyncJobId to fetch prompt/response or job status.
Instructions
List recent persisted requests (sync and async) newest-first WITHOUT a correlation id, to find one. Returns metadata only; pass a returned correlationId to llm_request_result for the prompt/response, or a returned asyncJobId to llm_job_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cli | No | Restrict to one provider as recorded (claude, codex, gemini, grok, mistral, devin, cursor, or an API provider id) | |
| limit | No | Max rows to return (1-200) | |
| since | No | ISO-8601 timestamp lower bound, e.g. 2026-08-21T00:00:00Z | |
| sessionId | No | Restrict to one gateway session id |