List profiles (booking pages)
list_profilesList all profiles (booking pages) on the account. YCBM API: GET /v1/profiles. A profile is a bookable page with its own subdomain, appointment types, team members, and locations. Use fields to select fields (e.g. "id,title,subdomain"). Paginated via page (0-based) + maxResults. Returns a JSON array of profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination page number, 0-based (offset-based paging). Use with maxResults. | |
| fields | No | Comma-separated field paths to return (e.g. "id,title,startsAt"). Supports dotted paths for nested objects. Omit to get the default field set. | |
| params | No | Additional documented query-string filters to send verbatim (merged with the typed params above). | |
| maxResults | No | Maximum records per page (page size). Defaults to the API's own default when omitted. |