List automatic rules
GET/automatic-rules
Returns a cursor-paginated page of automatic (classification) rules for the workspace tied to the token's sub claim. Rules fire on freshly-created transactions/billings, first-match-wins within (company, scope, position). Default order is the evaluation order (company, scope, position). Requires scope finance.automatic_rules.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Page of rules plus pagination metadata.
Malformed query (unknown filter / operator, invalid limit, bad cursor).
Missing / invalid / expired / revoked token.
Token authenticated but lacks the finance.automatic_rules scope, or sub does not match any workspace.
Unhandled server error.