search_find_all
Retrieve all entities of a specified type by providing the entity model name and optional version parameter.
Instructions
Find all entities of a specific type using entity_service.find_all().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_model | Yes | The type of entity to retrieve (e.g., 'laureate', 'subscriber', 'job') | |
| entity_version | No | The entity model version (default: from config) | 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||