Get all collections

Description

This Step template allows retrieving all collections created in your current account (by accountId) with optional pagination and query.

Authorization

You have two options for authorization:

  1. Inherit from previous Flow (chosen by default)
  2. Manual token (you can manually enter the token)

Advanced settings

  • Alpha: the weight between sparse and vector search. 0 is pure sparse; 1 is pure vector. This field is not required. The default value is 0. Allowed numbers range from 0 to 1.
  • Query: the search query. This field is not required and is empty by default. Accepted format is string.
  • Size/limit: the limit for pagination. This field is not required. The default value is 15.
  • Skip/offset: the offset for pagination. This field is not required. The default value is 0.

Merge field settings

The content is returned at the requested URL. The returned data is an object.

Error handling

This is a checkbox field that is selected by default. If you deselect the checkbox, there won't be a log with an error leg. The Flow will proceed down this exit if an error occurred during the Step execution, such as an invalid API key, empty API key, empty required parameters, invalid required parameters, etc.

Timeout handling

Timeout is handled as a separate leg with a default value of 30 seconds. You can set up the timeout duration between 10 seconds and 30 minutes.

Reporting

This is a Step event.