Request Case Timeline
request_case_timelineStart an asynchronous fetch of live order and hearing history directly from the court's systems. Provide the 24-character case ObjectId to get the timeline, with status returned as completed or pending.
Instructions
Kicks off a fetch of the live order and hearing history for a case directly from the court's own systems. Asynchronous job, no AI credits consumed. case_id must be the 24 character MongoDB ObjectId string, the id field from search results, a case number will fail. Supreme Court cases return immediately with status completed and orderCount 0, since SC cases have no separate order history in this system. District Court cases are fetched synchronously and come back completed or failed. High Court cases usually return pending and must be polled with get_case_timeline using the returned requestId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | 24 character MongoDB ObjectId string for the case, from the id field of a search result. A case number will not work here. |