datastore_get
Retrieve a specific entity from Google Cloud Datastore by providing its kind and key, with optional parent key for hierarchical entities.
Instructions
Get an entity by its key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | The entity key (name or ID) | |
kind | Yes | The entity kind | |
parent | No | Parent key if the entity has a parent (optional) |