datastore_query
Query entities in Google Cloud Datastore with filters, pagination, and limits. Retrieve specific data by defining entity kinds, skipping results, and setting maximum returns.
Instructions
Execute a query on entities with optional filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
kind | Yes | The entity kind to query | |
limit | No | Maximum number of results to return (default: 100) | |
offset | No | Number of results to skip (default: 0) |