List observation groups for the current user
GET/nevisadapt/api/user-observation-groups
Returns observation groups (behavioural signals) associated with the authenticated user. Optionally restricted to trusted observations only.
⚠ Pagination / sorting not supported. All matching observations are loaded into memory and returned in a single response regardless of any
page,size, orsortquery parameters. Those parameters are accepted by the framework but have no effect on the result.
Request
Responses
- 200
- 401
- 403
Full list of observation groups (no pagination)
Missing or invalid bearer token
Insufficient permissions