Get workflow quality metrics
Workflows
Get workflow quality metrics
Returns the data quality metric results for a workflow run, plus the run’s total data quality issue count.
Metrics are only available once the run has finished, before that the endpoint returns
{ "results": null, "issueCount": null }.
Each metric result carries a status:
OK: the metric was computed, seedatafor it’s details.PENDING: the metric has not been computed yet.NOT_APPLICABLE: the metric cannot be computed for this workflow, seemessage.ERROR: the metric computation failed, seemessage.
GET
Get workflow quality metrics
Authorizations
API key for authentication
Path Parameters
ID of the workflow to retrieve quality metrics for
Query Parameters
ID of a specific run. Omit to use the latest run.
Response
Quality metric results. results and issueCount are null until the run has finished.