A URL-encoded Refine stable_id token — the standard gzip+base64 full-state format used by both the contacts/filters API endpoint and the server-rendered filter UI, making the tokens interoperable. Returned by POST /api/v2/workspaces/{workspace_id}/contacts/filters in the stable_id field. Treat the returned token as opaque and let the HTTP client encode the complete query parameter value. With curl, use -G --data-urlencode "stable_id=$STABLE_ID"; do not decode the token or interpolate it directly into a raw URL. Applies the encoded filter criteria to the results, composed (AND) with any filter[…] params.
Returns 422 if the token is not a valid Refine stable_id, is not a ContactsFilter, or groups conditions with mixed and/or semantics. Flat filters and grouped filters using a single conjunction (including tokens copied from the filtered Contacts UI) are supported. When both stored_filter_id and stable_id are supplied, stable_id takes precedence.