Skills/Case Law/Get case record

Get case record

~1 credits / case (up to 3)

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.

Cost

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

What it accepts

Set these inside the intent when you run it.

idrequired

The decision identifier, taken from a search result's decision ID.

What you get back

The case name, all reporter citations, filing date, judges, precedential status, and a list of grouped opinion IDs with 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":"cluster","id":2812345}}'

Example requests

  • Get the citations and case record for decision ID 2812345
  • What judges authored opinions in this decision?
  • Show me all the opinions grouped under this case