List Recent Durable Jobs
kimi_recent_jobsRecover durable job state after timeouts or disconnects: list registered connector-owned jobs to retrieve jobId, sessionId, status, and cached results without contacting Kimi.
Instructions
List recent connector-owned durable jobs from the persistent bridge registry. Use this first after a client timeout, disconnect, bridge restart, or lost response to recover the existing jobId and bound Kimi sessionId without guessing or submitting a duplicate task. Returns status, prompt/session identifiers, workspace, swarm mode, cached result or error data, and timestamps. It does not contact Kimi, so registry recovery remains available when the Kimi runtime is temporarily unavailable. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional durable job-status filter. | |
| pageSize | No | Maximum number of connector-owned durable jobs to return. Defaults to 10 and is capped by the registry at 100. |