Get task result

GET
/api/statistics/tennis/{task_id}

Calling this endpoint retrieves the result of the task with ID: task_id.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

task_id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/statistics/tennis/52921d5c-eb41-45d6-96a8-f2da5616c717"
{  "metadata": {    "pipeline_version": "string"  },  "data": {    "result_url": "string"  }}