Search folders
Search for folders in the HubSpot file manager using various query parameters to filter results. This endpoint allows you to retrieve folders based on specific criteria such as creation date, update date, folder name, and parent folder IDs. It supports pagination and sorting to help manage large sets of data efficiently.
Query parameters
A cursor token for pagination. Use the value from the previous response's paging.next.after field.
A cursor token for pagination. Use the value from the previous response's paging.prev.before field.
Filter folders created at this exact epoch timestamp.
Filter results where the creation date is greater than or equal to this epoch timestamp.
Filter results to folders created before or at this epoch timestamp.
Filter results to include only folders with IDs greater than or equal to this value.
Filter to include folders with IDs less than or equal to this value.
A list of folder IDs to filter the results.
The maximum number of results to display per page.
Filter folders by this name.
A list of parent folder IDs to filter the results.
Filter results to folders with this specific path.
A list of property names to include in the response.
A list of property names to sort by in the response.
Filter results to include only folders updated at this exact epoch timestamp.
Filter results to folders updated at or after this epoch timestamp.
Filter folders updated at or before this epoch timestamp.
Response
successful operation