openclaw_sessions_preview
Preview one or more sessions without subscribing: returns recent messages, status, and metadata for each provided session key.
Instructions
Preview one or more sessions without subscribing — returns recent messages, status, and metadata for each key. Wraps sessions.preview. Read-only. Pass keys (array of full session keys like 'agent:main:cron:' from openclaw_sessions_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Full session keys (the `key` field returned by openclaw_sessions_list, NOT the sessionId UUID) | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |