List a character's linked sheets
vault_list_linked_charactersList the linked sibling sheets of a character the user owns — every OTHER sheet in its linkGroup (the same persona in other rulesets, created via vault_spawn_linked_character). Returns summary rows (_id, name, ruleset, image, dead, active, linkGroup); follow with vault_get_character on a returned id for a full sheet. A character with no linkGroup returns an empty list. 404 for an unknown or unowned character.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Mongo `_id` of the character (owned by the calling user). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||