list_content
The job retrieves a comprehensive list of the contents within your archives. It provides details about each archive, including descriptions, content types, calibration statuses, and the number of contents.
Required Account Privileges: "read"
Request JSON ["inputs"]:
The job does not require inputs in the response JSON
Response JSON ["results"]
"archive_to_content_type_states_nr_of_contents":
dict
{"archive_name"(string): dict
{
"description": string,
"content_type": string in ["Image", "Video", "Sound", "Text", "Point_Cloud", "Image_Text_Multimodal"],
"calibrated_for_similarity": bool,
"calibrated_for_relevance": bool,
"nr_of_contents": int
}
}
"nr_files_in_batch_folder":
int