Fetches the full text of a single court opinion by its identifier, along with the author, opinion type (majority, concurrence, or dissent), and a link back to the source record. Use this after a search to read the actual words of a ruling.
~1 credits / opinion (up to 3)
A single opinion 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 opinion identifier, taken from a search result's sub-opinion IDs or from a case record's grouped opinions.
The full text of the opinion, the author, the opinion type, and 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":"opinion","id":1234567}}'Example requests