POST request to the /metadata_queries/execute_read-
endpoint, in which the body contains all the parts of the metadata query. Most
important here are the from attribute that specifies the template to search
for, the ancestor_folder_id to specify the folder to search in, and the
query to determine any template fields to search by.
Learn more about the query syntax
Response
Any files or folders that match the query are returned in the API response. The body of the response is a JSON object with a list ofentries for each file
or folder, and a next_marker value that you can use to find the next page of
results. Each of the entries will represent the file or
folder that matched the query, and only any fields explicitly requested in the
field parameter are returned.
20 items per page, but more items can be requested
using marker-based pagination.
