Skills/Case Law/Get docket record

Get docket record

~1 credits / docket (up to 3)

Fetches the procedural docket record for a case: the case name, court, docket number, filing date, and assigned judge. This is the top-level procedural record that links a case to its court, not the opinion text itself.

Cost

~1 credits / docket (up to 3)

A single docket 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 docket identifier, taken from a search result's docket ID.

What you get back

The case name, docket number, court, filing date, assigned judge, 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":"docket","id":789456}}'

Example requests

  • What is the docket number for this case?
  • Show me the procedural record for docket ID 789456
  • Which court and judge was assigned to this case?