Retrieves the case-level record for a decision: the official case name, all reporter citations, filing date, judges, and links to every opinion in the decision (majority, concurrences, dissents). Use this when you need the citations or want to see what opinions a case contains.
~1 credits / case (up to 3)
A single case-record lookup by identifier.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
The decision identifier, taken from a search result's decision ID.
The case name, all reporter citations, filing date, judges, precedential status, and a list of grouped opinion IDs with a verification link.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Case Law skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/case-law/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"cluster","id":2812345}}'Example requests