For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query Behavior

API v2.1 supports flexible query parameters so you can filter and retrieve exactly the records you need.

Filtering

You can retrieve resources, documents, and dockets associated with a specific case by including the case parameter in your request. You may also retreive dockets via their RECAP ID. For example:

  • Filter cases by type: /api/v2p1/cases/?case_type=5039

  • Filter resources associated with a specific case: /api/v2p1/cases/11085/resources

  • Filter dockets associated with a specific case: /api/v2p1/cases/11085/dockets

  • Filter dockets associated with a recap_id: /api/v2p1/dockets/?recap_id=72085714

  • Filter documents associated with a specific case: /api/v2p1/cases/11085/documents

When accessing the URL endpoints for resources, documents, or dockets, please refer to these pages for detailed response examples:

Last updated