Get information of a dataset

getDataInfo(data_id, server, api_key)

Arguments

data_id

Dataset id

server

Siwaa server url

api_key

Available Siwaa API KEY

Value

dataset_info Dataset information.

Details

The dataset information (dataset_info) contains many fields among which :

  • its state ('state') allowing to follow process progression

  • its own id ('id'), history id ('history_id'), job id ('creating_job').

  • url ('url') to get again dataset information (refresh).

  • url ('download_url') to download data.

  • some data file information ('name', 'file_ext', 'file_size', 'misc_info'...) that may be used when naming the downloaded file.

Done : GET /api/datasets/'data_id' (same as /api/histories/'history_id'/contents/'data_id'