ddb_get_party_snapshot
Get a party's combat snapshot from D&D Beyond: AC, HP, conditions, initiative, passives, and more in one call. Optionally include attacks and spells.
Instructions
Precomputed combat snapshot for a whole party in one call, via D&D Beyond's SCDS service. Returns each character's COMPUTED armor class and max/current/temp HP (which the plain character sheet does not carry pre-derived), plus named conditions, death saves, initiative, passives and level. This is the authoritative AC/maxHP source — prefer it over ddb_get_character for live party status. full:true adds resolved attacks (to-hit + damage dice), casting info, abilities, skills, senses, resistances/immunities. Pass characterIds, or a campaignId (defaults to DDB_CAMPAIGN_ID) to snapshot its whole roster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include resolved attacks, casting, abilities, skills, senses, resistances (default false — combat vitals only). | |
| campaignId | No | Snapshot every character in this campaign. Defaults to DDB_CAMPAIGN_ID. | |
| characterIds | No | Explicit DDB character ids. Overrides campaignId. |