cURL
curl --request POST \ --url https://arbitrators.platform.arb.inc/case-timeline \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseId": "2025-11-00079" } '
{ "caseId": "2025-11-00079", "timeline": "January 15, 2025 - Contract signed between parties. March 1, 2025 - First payment due..." }
Retrieves the AI-generated factual timeline for a specific case. The requesting user must be the arbitrator assigned to the case.
access token
Case identifier
1 - 36
"2025-11-00079"
Case timeline successfully retrieved
"January 15, 2025 - Contract signed between parties. March 1, 2025 - First payment due..."