Endpoints
Search Extracted Rules
Query validated extracted filing rules from active source documents, including state court e-filing, timing, service, fee, courtesy-copy, and courtroom rules
GET
Use this endpoint when you need filing-rule intelligence directly from the extraction store. It does not use the older federal
/rules profile shape.
Court identifier, such as
il-cook-circuit, ca-los-angeles-superior, or edny.Judge, calendar, department, or courtroom slug. Court-level rules use
court.When
judge_slug is supplied, include court-level rules where judge_slug is court. Defaults
to true.Filter by structured rule type, such as
ElectronicFilingRule, FilingTimingRule, ServiceRule,
FilingFeeRule, or CourtesyCopyRule.Filter by workflow phase, such as
FILING, CASE_INITIATION, or MOTION_PRACTICE.Filter by case type. General rules and rules without an explicit case-type limit are included.
Search summary, source text, tags, and structured data. Example:
rejected cure.Maximum rules to return. Defaults to
100, maximum 500.Response fields
Validated extracted filing rules with provenance.
The validated extracted rule payload. It includes source text, summary, tags, workflow phase,
severity, structured data, and citation details when captured.
Official source URL for the rule.
Source document version used for the extraction.
Filtering behavior
Whenjudge_slug is provided, the endpoint returns rules for that unit. With include_court_rules=true, the response also includes court-level rules for the same court. This lets clients combine court rules with judge, calendar, department, or courtroom overrides.
This endpoint exposes raw extracted rules first. It does not yet resolve conflicts or compute the final effective rule set for a filing.