> For the complete documentation index, see [llms.txt](https://ecourtsindia.gitbook.io/ecourtsindia-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecourtsindia.gitbook.io/ecourtsindia-docs/cause-list.md).

# Cause List

Daily court schedules.

## Available cause-list dates

> Which dates have a list on file. Free (no credits) but needs the token. Window \~1 day back to 7 days ahead.

```json
{"openapi":"3.0.3","info":{"title":"eCourtsIndia API","version":"4.0"},"tags":[{"name":"Cause List","description":"Daily court schedules."}],"servers":[{"url":"https://webapi.ecourtsindia.com","description":"Partner API"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"eci_live_...","description":"Your API key from https://ecourtsindia.com/dashboard/settings"}}},"paths":{"/api/partner/causelist/available-dates":{"get":{"tags":["Cause List"],"summary":"Available cause-list dates","description":"Which dates have a list on file. Free (no credits) but needs the token. Window ~1 day back to 7 days ahead.","responses":{"200":{"description":"Success","content":{"application/json":{}}}},"parameters":[{"name":"stateCode","in":"query","required":false,"schema":{"type":"string"},"description":""},{"name":"districtCode","in":"query","required":false,"schema":{"type":"string"},"description":""},{"name":"courtComplexCode","in":"query","required":false,"schema":{"type":"string"},"description":""}]}}}}
```

## Search cause lists

> Daily schedules. Search by advocate/judge/party name (not case number). Carry bench and judge fields through.

```json
{"openapi":"3.0.3","info":{"title":"eCourtsIndia API","version":"4.0"},"tags":[{"name":"Cause List","description":"Daily court schedules."}],"servers":[{"url":"https://webapi.ecourtsindia.com","description":"Partner API"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"eci_live_...","description":"Your API key from https://ecourtsindia.com/dashboard/settings"}}},"paths":{"/api/partner/causelist/search":{"get":{"tags":["Cause List"],"summary":"Search cause lists","description":"Daily schedules. Search by advocate/judge/party name (not case number). Carry bench and judge fields through.","responses":{"200":{"description":"Success","content":{"application/json":{}}}},"parameters":[{"name":"Query","in":"query","required":false,"schema":{"type":"string"},"description":""},{"name":"StateCode","in":"query","required":false,"schema":{"type":"string"},"description":""},{"name":"Date","in":"query","required":false,"schema":{"type":"string"},"description":""}]}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ecourtsindia.gitbook.io/ecourtsindia-docs/cause-list.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.
