Overview
This node interacts with the Sensay API to retrieve multiple replicas based on specified filters and limits. It is useful for scenarios where users need to fetch a list of replicas with optional filtering by owner UUID, search terms, slug, or tags. For example, it can be used to gather all replicas owned by a specific user or to search replicas by name or description.
Use Case Examples
- Fetch all replicas owned by a particular user by setting the Owner UUID filter.
- Retrieve up to 50 replicas matching a search term in their name or description.
- Get all replicas tagged with specific keywords by providing comma-separated tags.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all results or only up to a given limit. |
| Limit | Maximum number of replicas to return when Return All is false. |
| Filters | Optional filters to narrow down the replicas returned. |
Output
JSON
data- Array of replica objects returned from the Sensay API, each representing a replica matching the query criteria.
Dependencies
- Sensay API with an API key credential
Troubleshooting
- If no replicas are returned, verify that the filters are correctly set and that replicas matching those filters exist.
- If the node throws an authentication error, ensure the Sensay API credentials are correctly configured and valid.
- If the limit is set too high without Return All enabled, the node will only return up to the specified limit, which might be less than expected.
Links
- Sensay API - Get Many Replicas - Official API documentation for retrieving multiple replicas from Sensay.