get_urls
The job retrieves the identifiers and corresponding download URLs (if available) for the content within a specified archive.
Required Account Privileges: "read"
Request JSON ["inputs"]:
"archive":
string (3 <= len <= 30) unique in account
null NOT allowed
A unique string identifier for the archive within your account.
"archive_content_ids_subset":
list of ints
null allowed
Optional. A list of integers representing the IDs of the specific contents to consider for filtering. If not provided, all contents in the archive will be considered.Response JSON ["results"]
"id_to_download_url":
dict
{"id"(int):string}