List pages authored by a user
play_list_user_pagesList the pages a given user has authored. Pass own user id (from whoami) to see private pages too; for another user, only public pages come back. Defaults to summary shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Response shape. 'summary' (default) drops the markdown `description` body and trims the owner populate, keeping identification + `ref` + `documentType` + the short `summary` field. 'full' returns the populated page document including the full body. | summary |
| userId | Yes | Mongo `_id` of the user whose pages to list. Pass own user id (from `whoami`) to see private pages too; for another user, only public pages come back. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||