Retrieve historical test case execution results and submit new test run outcomes with pass/fail status and metrics for data quality monitoring using the Collate REST API.
Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
PUT /v1/dataQuality/testCases/{id}/testCaseResult to add a new test result.
Success, Failed, or Aborted.| Status | Description |
|---|---|
Success | The test passed — all assertions were met |
Failed | The test failed — one or more assertions were not met |
Aborted | The test was aborted due to an error or timeout |
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view or add test results |
404 | NOT_FOUND | Test case with given ID does not exist |