We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ce6a6 commit 90081dfCopy full SHA for 90081df
docs/tool-reference.md
@@ -300,7 +300,11 @@ so returned values have to JSON-serializable.
300
301
**Description:** List all console messages for the currently selected page since the last navigation.
302
303
-**Parameters:** None
+**Parameters:**
304
+
305
+- **pageIdx** (integer) _(optional)_: Page number to return (0-based). When omitted, returns the first page.
306
+- **pageSize** (integer) _(optional)_: Maximum number of messages to return. When omitted, returns all requests.
307
+- **types** (array) _(optional)_: Filter messages to only return messages of the specified resource types. When omitted or empty, returns all messages.
308
309
---
310
0 commit comments