Get Matcher Catalog

View as Markdown

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_idstringRequired

Response

Successful Response
matcherslist of objects

Errors

422
Unprocessable Entity Error