Skip to main content
GET
Get workflow quality metrics

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

ID of the workflow to retrieve quality metrics for

Query Parameters

jobId
string

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.

results
object | null
required

Metric results keyed by metric. Null until the run has finished.

issueCount
integer | null
required

Total number of data quality issues detected for the run. Null until the run has finished.