get_tags_metadata
The job retrieves the identifiers and corresponding tags (if available) and metadata (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_tags_metadata":
dict
{"id"(int):dict
{
"tags": list of strings or None,
"metadata": dict or None
}
}