Skip to contents

List uploaded file

Usage

file_list(purpose = NULL)

Arguments

purpose

(chr) Only return files with the given purpose. Can be omitted (i.e., NULL), "batch" or "batch_output".

Value

(tibble) information about the uploaded files

See also

Examples

file_list()
#> Error: API request failed [401]:
#> 
#> Invalid authorization header
file_list("batch")
#> Error: API request failed [401]:
#> 
#> Invalid authorization header
file_list("batch_output")
#> Error: API request failed [401]:
#> 
#> Invalid authorization header