v1

latestOpenAPI 3.0.02026-07-268955283.0 KB

Get private scoring results by jobId

Polls the scoring job status. When DONE, returns the scoring results.

get/private-scoring/{jobId}

Path parameters

jobIdstring required

The jobId returned from the create endpoint

Response

The scoring job status and results

status'DONE' | 'RUNNING' | 'NOT_READY' | 'WRITE_TO_TABLE_ERROR'

DONE - scoring complete. RUNNING - job still processing. NOT_READY - connections not yet active. WRITE_TO_TABLE_ERROR - scoring computed but failed to save results.