Docket

A docket lists, in chronological order, every document filed with the court in a case; this also serves as a timeline of events. A docket also includes the judge(s), parties, and lawyers in a case.

A docket number is the individual identifier that a court gives to a case. (Some courts use different terms, but the idea is the same.) Docket numbers usually include some or all of the following information, though it can appear in different orders or formats:

  • The year the case was filed

  • The type of case (civil, criminal, etc.)

  • A unique serial number for the case

  • Information on which courthouse or jurisdiction it was filed in

We collect complete docket numbers as they appear on case documents. We also collect the information it contains (year, case type, etc.) in separate fields.

Our system is designed around the federal courts' docketing conventions. The fields on our website correspond to the normal format for federal court docket number: 1:18-cv-528 (office:year-case type-filing number).

id

(number)

The ID of the docket. This is different from the case ID and unique to the docket.

docket_number_manual

(string)

The complete docket number, as it appears on case documents.

docket_office_number

(string)

For federal courts, the courthouse or division where the case was filed. This will always be a one-digit number.

docket_year

(number)

The year the case was filed. We collect complete years (e.g. 2021, not 21).

docket_case_type

(string)

Usually a 2-character code corresponding to a particular type of case (e.g. "cv" = civil; "cr" = criminal).

Not all dockets will have a case type code.

docket_filing_number

(number)

The unique portion of a docket number. The filing number is generally unique within a given court.

court

(string)

state

(string)

The state where the docket's court is located in.

is_main_docket

(boolean)

If true, the docket is the main docket for the case. This is typically the trial docket where the case was first filed. On the Clearinghouse site, the main docket is displayed first.

(string)

A link to a federal court docket in the RECAP Archive. The RECAP Archive is a free, searchable collection of millions of federal court documents and dockets.

docket_entries

(array[object])

A list of docket entries. See Docket Entry.

Note: Many dockets are available only as a PDF, rather than as a parsed array of docket entries. In those cases, the docket is saved as a document (see Documents).

scales_html

(string)

A URL to an HTML file that is a saved version of the PACER HTML header. PACER, which stands for Public Access to Court Electronic Records, is the federal government's electronic system for providing access to federal court records.

Last updated