Court Decision Insight
Summary: AI-powered analysis and summary of court decisions
This data type provides enriched insights from court decisions, including extracted summaries, verdicts, and party information. It is generated from the raw Court Decision data using AI analysis.
The Court Decision Insight's history is regardless of the month history current setting.
| Field | Type | Description |
|---|---|---|
| id | uuid | Unique identifier (UUID) |
| court_decision_id | uuid | Reference to the source Court Decision |
| date | date | Date of the court decision |
| court | string | Name of the court that issued the decision |
| procedure_type | string | Type of legal procedure (e.g., civil, commercial) |
| plaintiffs | string[] | List of plaintiff names |
| defendants | string[] | List of defendant names |
| summary | string | AI-generated summary of the court decision |
| jugement_reason | string | Reasoning behind the court's decision |
| verdict | string | The court's verdict or ruling |
| conviction | string | Details of any conviction or penalty |
Provider
This data type is provided by Infogreffe Court Decision.
Endpoint
GET
/api/v6/users/{userId}/court-decision-insightsReturns a paginated list of court decision insights for the user.
Example Response
{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"court_decision_id": "660e8400-e29b-41d4-a716-446655440001",
"date": "2024-03-15",
"court": "Paris Commercial Court",
"procedure_type": "Commercial",
"plaintiffs": ["Company ABC SAS"],
"defendants": ["Business XYZ SARL"],
"summary": "Commercial dispute about unpaid invoices...",
"jugement_reason": "The court notes that the defendant did not fulfill its contractual obligations...",
"verdict": "The court orders the defendant to pay the outstanding amount.",
"conviction": "Payment of EUR 50,000 plus statutory interest"
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 10
}
}
Use Cases
- Due Diligence: Analyze past litigation to assess legal risks
- Risk Assessment: Understand the nature and outcomes of legal disputes
- Compliance: Monitor for relevant court decisions affecting the company
See Also
- Court Decision - Raw court decision data
- Infogreffe Court Decision - Provider documentation