getDatasetProvenance.Rd
Get details related to how dataset was created ('id', 'job_id', 'tool_id', 'stdout', 'stderr', 'parameters', 'inputs' ...)
getDatasetProvenance(
history_id,
dataset_id,
server,
api_key,
follow = FALSE,
brut = FALSE
)
History id, optional (if missing, get it from data_id)
Dataset id Careful : must not be a dataset_collection id ! (ie 'history_content_type' must value 'dataset' into history content, not 'dataset_collection')
Siwaa server url
Available Siwaa API KEY
Boolean to choose to recursively fetch dataset provenance information for all inputs and their inputs, etc.
Boolean to force brut format instead of filtered/adapted one
dataset_provenance Dataset provenance information.
Information filtered (only some fields kept) if not brut
Done : GET /api/histories/'history_id'/contents/'dataset_id'/provenance