Returns a list of items in the collection that match the given filters.
Your Moonbase API key.
When specified, returns results starting immediately before the item identified by this cursor. Use the cursor value from the response's metadata to fetch the previous page of results.
When specified, returns results starting immediately after the item identified by this cursor. Use the cursor value from the previous response's metadata to fetch the next page of results.
Maximum number of items to return per page. Must be between 1 and 100. Defaults to 20 if not specified.
1 <= x <= 100Options to limit the item fields returned, sort the results, and filter which items are returned.
Include only specific fields in the returned items. Specify fields by id or key.
Return only items that match the filter conditions. Complex filters can be created by nesting filters inside of AND, OR, and NOT filters.
Sort items by the specified field ids or keys. Prefix a field with a hyphen/minus (-) to sort in descending order by that field.