GET
/
streaming
/
ai
/
tasks
/
{task_id}
curl --request GET \
  --url https://api.gcore.com/streaming/ai/tasks/{task_id} \
  --header 'APIKey: <api-key>'
{
  "task_id": "aafe70c6-0000-0000-0000-327b65f7670f",
  "task_data": {},
  "progress": 100,
  "status": "SUCCESS",
  "processing_time": {
    "started_at": "2024-07-13T12:30:00.000Z",
    "completed_at": "2024-07-13T12:31:02.900Z",
    "total_time_sec": 62.901
  },
  "result": {}
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

task_id
string
required

ID of the task to get status of execution or result. This value is taken from the response of the initial AI task creation method.

Response

200
application/json

Result of AI task execution

The response is of type object.