Get Foundry Entity
foundry_get_entityRetrieve a Foundry entity by UUID or the currently selected token/actor. Get the full document including system data and embedded items.
Instructions
Retrieve a Foundry entity by UUID, or the currently selected token/actor. Returns the full document including system data and embedded items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | Entity UUID, e.g. Actor.2midVQ1laJFMrN4D | |
| actor | No | If true with selected=true, return the Actor of the selected token | |
| userId | No | Override the default userId. Omit for GM-level access. | |
| clientId | No | Override the default clientId (which connected world to target) | |
| selected | No | If true, return the currently selected token/entity |