# List the clients blocking edits to this template. **GET /api/v2/fact-find/templates/{factFindTemplate_uuid}/active-sessions** Returns one row per distinct account with at least one active session against this template, so John Smith with three in-flight sessions appears once with `active_session_count: 3` rather than three duplicate rows. Circle sessions naturally expand to one row per attached account. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **factFindTemplate_uuid** (string) ### Query parameters - **filter[account_uuids]** (string) Filter by a comma separated list of account UUIDs. - **filter[name]** (string) Filter by account name. Partial match against first_name, last_name and entity_name. - **sort** (string) Field to sort by. Valid fields are [latest_session_updated_at, active_session_count, first_name, last_name]. Negative sign to denote DESC. Defaults to '-latest_session_updated_at'. - **per_page** (integer) Number of results per page (default 15). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)