# Dockets and Case Numbers

A case can be identified by its docket number. In some cases, we also have other identifying numbers associated with a case.

## non\_docket\_case\_number

(*string*)

A case number associated with the case that is not a docket number. This is often used for U.S. Department of Justice (DOJ) and Equal Employment Opportunity Commission (EEOC) investigations.

## non\_docket\_case\_number\_type

(*string*)

| Value | Description                                                                                                                                                                  |
| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| null  | There is no non-docket case number.                                                                                                                                          |
| DJ    | U.S. Department of Justice                                                                                                                                                   |
| EEOC  | U.S. Equal Employment Opportunity Commission                                                                                                                                 |
| OCR   | U.S. Department of Education, Office of Civil Rights                                                                                                                         |
| other | The non-docket case number comes from an organization that is not in this list. See [#non\_docket\_case\_number\_type\_other](#non_docket_case_number_type_other "mention"). |

## non\_docket\_case\_number\_type\_other

(*string*)

The non-docket case number's type, if `non_docket_case_number_type` is `"other"`. Otherwise, this will be an empty string.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.clearinghouse.net/api-reference-v2p1/objects/case/dockets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
