Get a profile (booking page)
get_profileFetch a single profile (booking page) by id. YCBM API: GET /v1/profiles/{profileId}. Use fields to select fields, including nested sub-resources (appointmentTypes, teamMembers, locations). Returns the profile object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| profileId | Yes | The profile (booking page) id. |