Get Matcher Catalog
The catalog of facts a routing rule can match on.
Declared BEFORE /{rule_id} so the literal path wins — FastAPI matches in
declaration order, and “matchers” would otherwise be captured as a rule id.
Drives the rule builder: each entry names a field, its category, the operators it accepts, and its selectable values where it has a closed set.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Response
Successful Response
matchers
Errors
422
Unprocessable Entity Error