Locate project assets through various filter criteria. Using this is an alternative to using the POST /_search endpoint,
which allows for slightly more complex queries.

Some of the query parameters are not filter fields but control pagination and returns:

  • cursor: Should be the value from a previous response's meta.pagination.next_cursor field
  • limit: The number of assets to return (default 50, max 1000)
  • sort_by: The field to sort by (default is exposure_score)
  • additional_fields: A list of additional fields to include in the response (default is custom_tags)

In some cases, you may specify a comma separated list of values which will be treated as an OR condition.
To get AND functionality, use the POST search method.

Language
Click Try It! to start a request and see the response here!