List play pages
play_list_pagesList play pages, optionally filtered by what they're attached to and/or by documentType. To find session recaps, pass refType: 'session', refId: '<sessionId>', documentType: 'player-recap'. Defaults to a compact summary shape; pass detail: 'full' for the page body markdown inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refId | No | Filter pages by the referenced entity's Mongo `_id`. Pair with `refType` to scope the lookup. | |
| 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 |
| refType | No | Filter pages by the entity type they reference. One of: campaign, session, character. | |
| documentType | No | Filter pages by documentType: 'player-recap' (session recap), 'dm-notes' / 'player-notes' (character-attached notes), 'campaign-logistics' (the campaign's one logistics page, managed by its own endpoint), or 'generic' (free-form). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||