API Reference
Get the status of a validation run.
cURL
curl --request GET \ --url https://api.example.com/v1/validate/{run_id}/status
{ "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "progress": 123, "estimated_time_remaining": 123, "report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Successful Response