cURL
curl --request GET \ --url https://api.example.com/api/jobs/{job_id}/results \ --header 'Authorization: Bearer <token>'
{ "job_type": "<string>", "inference_results_uri": "<string>", "training_results_dict": {}, "dataset_ingest_results_dict": {} }
Get typed results from job_results table.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for typed job results.
Was this page helpful?