The results endpoint lets you view the URLs of available data files for your download.

Returns

A list of results objects. Each result object has the following fields:

Response FieldDescription
idA unique identifier for the result object.
urlThe URL of the data file. Fetch the content of this URL to download the file.
request_idA unique identifier for your download request.
downloadedAn internal field. You can ignore this.
importedAn internal field. You can ignore this.
date_createdThe date the result file was created. The result file will expire 7 days after this date.

Response Codes and Messages

Response CodeError MessageWhat You Should Do
200N/AEverything worked! You should be looking at a list of result file objects, which contain URLs you can use to download the data files.
401N/AYou're using an invalid API token. Check out your account page on the Datafiniti Portal to make sure you have the right token.
404N/AYou're trying to access results that don't exist. If your download request status still says STARTED, then you need to wait until it says COMPLETED. You may also be using the wrong request ID.
500N/AYou may be trying to look at an invalid request ID. Check to make sure you're using a relevant ID. You can see all of your requests by calling /requests/ without an ID.
Language
Authorization
apiKey