# Get Entity Data **GET /plugins/{pluginId}/entities/{entityId}/data/{key}** Retrieve a data value for your plugin associated with the entity ID from the tadatodo keystore. Note: data is stored as a string, so unmarshal data as needed. ## Servers - https://tadatodo.com/api: https://tadatodo.com/api () ## Authentication methods - Api plugin auth ## Parameters ### Path parameters - **pluginId** (string) Your plugin's ID - **entityId** (string) The associated Entity ID - **key** (string) The url-safe, unique key for this plugin and entity ## Responses ### 200 #### Body: (object) - **value** (string) [Powered by Bump.sh](https://bump.sh)