Skills/Case Law/Read opinion text

Read opinion text

~1 credits / opinion (up to 3)

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.

Cost

~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.

What it accepts

Set these inside the intent when you run it.

idrequired

The opinion identifier, taken from a search result's sub-opinion IDs or from a case record's grouped opinions.

What you get back

The full text of the opinion, the author, the opinion type, and a verification link.

Run it

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

  • Read the full text of the majority opinion in this case
  • What did the dissent say in this ruling?
  • Show me the concurrence for opinion ID 1234567