Gets a job's information that can be used to track the job's progress. Jobs represent long-running
asynchronous activities like uploading a file (e.g., a forecast or truth) or running a query.
Usage
job_info(zoltar_connection, job_url)
Value
A list of job information for the passed job_url. it has these names:
id, url, status, user, created_at, updated_at, failure_message, input_json, output_json
Arguments
zoltar_connection
A ZoltarConnection object as returned by new_connection()