Sensay

Consume Sensay API

Actions2

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

  1. Fetch all replicas owned by a particular user by setting the Owner UUID filter.
  2. Retrieve up to 50 replicas matching a search term in their name or description.
  3. 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

Discussion