get_portals
Retrieve team portals used to collect files from external users, with filters for name, subdomain, tags, and pagination support.
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 |
|---|---|---|---|
| name | No | Filter portals by name | |
| page | No | Page number of paginated response. First page is 1 | |
| sort | No | Sort results by field. Use field name for ascending order or prefix with '-' for descending (e.g., 'name' or '-created_at') | |
| tags | No | Filter portals by tag id. If any of provided tag ids match portal will be returned | |
| limit | No | Number of records returned per page | |
| subdomain | No | Filter portals by subdomain | |
| teamspaces | No | Retrieve records where teamspace id is equal to one of these values |