Tasks
Get a Task
x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
taskIDstring
ID of the task to retrieve.
Response Body
curl -X GET "https://api.bem.ai/v1-alpha/tasks/string"
{
"taskID": "string",
"createdAt": "2019-08-24T14:15:22Z",
"type": "transformation",
"status": "running"
}