GET /browseObjects

You can use the browse method to get records from an index—for example, to export your index as a backup. To export all records, use an empty query.

Use browse instead of search when exporting records from your index, when ranking, or analytics, isn't important. The Analytics API doesn't collect data when using browse.

Don't use this method for building a search UI. Use search instead.

Servers

Query parameters

Name Type Required Description
indexName String Yes

The name of the index on which the operation was performed.

browseParams Object Yes

Browse parameters.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.