upload_info {sevenbridges}R Documentation

Returns upload information for the ongoing upload

Description

Returns the upload information for the ongoing upload.

Usage

upload_info(token = NULL, upload_id = NULL, ...)

Arguments

token

auth token

upload_id

ID of the upload

...

parameters passed to api function

Value

parsed list of the returned json

Examples

token = "your_token"
## Not run: req = upload_info(token, upload_id = "your_upload_id")

[Package sevenbridges version 1.10.5 Index]