Gets an upload's information that can be used to track the upload's progress. (Uploads are processed in a queue,

upload_info(zoltar_connection, job_url)

Arguments

zoltar_connection

A `ZoltarConnection` object as returned by new_connection

job_url

URL of a job in zoltar_connection that was uploaded via upload_forecast

Value

A `list` of upload information for the passed job_url. it has these names: id, url, status, user, created_at, updated_at, failure_message, filename, input_json, output_json

Examples

if (FALSE) { the_upload_info <- upload_info(conn, "http://example.com/api/job/2/") }