My current understanding of the API is that in order to download a file (blobs_get) you must have a file key. In order to obtain a file key you must call files_list which requires commitId. In order to get a commitId you must run a file and check the status of that run.
Is there a better way to obtain the file key through the API? Currently downloading a file through the API is nearly pointless if I have to run a file first.
My current understanding of the API is that in order to download a file (blobs_get) you must have a file
key. In order to obtain a filekeyyou must callfiles_listwhich requirescommitId. In order to get acommitIdyou must run a file and check the status of that run.Is there a better way to obtain the file key through the API? Currently downloading a file through the API is nearly pointless if I have to run a file first.