List my sessions
play_list_my_sessionsList sessions the calling user is part of across all their campaigns (DM or player). Defaults to a compact summary shape ordered by most-recently-updated. Pass detail: 'full' to receive the populated session document (battlemap refs, full description). Use limit to cap the array size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'recent' (default) orders by updatedAt descending so the freshest sessions come back first; 'date' removes the gateway's `recent` override and defers to the play backend's default ordering for the endpoint. | recent |
| limit | No | Cap the number of sessions returned. Hard-capped at 200 server-side. | |
| detail | No | Response shape. 'summary' (default) returns id + name + status + date + campaign-ref only; 'full' returns the populated session document including battlemap refs and the full description body. | summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||