GET
/
datasets
/
list-tasks
curl --request GET \
  --url https://api.enkryptai.com/datasets/list-tasks \
  --header 'apikey: <api-key>'
{
  "datasets": [
    "Election",
    "Healthcare"
  ]
}

Authorizations

apikey
string
header
required

Query Parameters

status
enum<string>

The status of the task

Available options:
Queued,
Running,
Finished,
Failed

Response

200 - application/json
Successful Response
datasets
string[]