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.
~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.
Set these inside the intent when you run it.
The docket identifier, taken from a search result's docket ID.
The case name, docket number, court, filing date, assigned judge, 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":"docket","id":789456}}'Example requests