-
I’m trying to get the list of documents for a given docket and realized that the search endpoint only returns the general case meta information, not the documents within it. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The way to get docket entries for a docket is to use the docket-entries endpoint. Something like this will usually get you started: https://www.courtlistener.com/api/rest/v3/docket-entries/?docket=17248433 Note that the docket-entries endpoint is not available publicly by default. This is to allow us the opportunity to talk to the people using our APIs and to arrange commercial licenses if needed. If you need access to the above endpoint, please send us an email with how you plan to use the APIs and we can get a conversation going. |
Beta Was this translation helpful? Give feedback.
The way to get docket entries for a docket is to use the docket-entries endpoint. Something like this will usually get you started:
https://www.courtlistener.com/api/rest/v3/docket-entries/?docket=17248433
Note that the docket-entries endpoint is not available publicly by default. This is to allow us the opportunity to talk to the people using our APIs and to arrange commercial licenses if needed. If you need access to the above endpoint, please send us an email with how you plan to use the APIs and we can get a conversation going.