get_portals
Retrieve a paginated list of team portals configured for file collection from external users. Filter by name, subdomain, tags, or teamspaces, and sort by name, creation date, or active status.
Instructions
Get list of portals that belong to the team. Portals are used to collect files from external users. Each portal has a unique subdomain and can be configured with various settings like upload and download password, file type restrictions, connected integrations, metadata forms, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of paginated response. First page is 1 | |
| limit | No | Number of records returned per page | |
| sort | No | Sort results by field. Use field name for ascending order or prefix with '-' for descending (e.g., 'name' or '-created_at') | |
| name | No | Filter portals by name | |
| subdomain | No | Filter portals by subdomain | |
| tags | No | Filter portals by tag id. If any of provided tag ids match portal will be returned | |
| teamspaces | No | Retrieve records where teamspace id is equal to one of these values |