REST Resource: metadataHistory
Stay organized with collections
Save and categorize content based on your preferences.
Resource: MetadataHistory
This resource represents a set of metadata values provided for an asset.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eMetadataHistory represents a collection of metadata values for an asset.\u003c/p\u003e\n"],["\u003cp\u003eThe resource includes \u003ccode\u003emetadata\u003c/code\u003e, \u003ccode\u003eorigination\u003c/code\u003e, \u003ccode\u003etimeProvided\u003c/code\u003e, and \u003ccode\u003ekind\u003c/code\u003e fields to describe the data's source, content, and time of provision.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emetadata\u003c/code\u003e field contains the actual metadata, while \u003ccode\u003eorigination\u003c/code\u003e specifies the source of this metadata.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elist\u003c/code\u003e method allows retrieval of all metadata provided for a given asset by any content owner.\u003c/p\u003e\n"]]],["The `MetadataHistory` resource contains metadata provided for an asset. It includes a `metadata` object, information about the metadata source in the `origination` object, the `timeProvided`, and the `kind` of resource. Key actions involve listing metadata through the `list` method, which retrieves all metadata for an asset from any content owner. The JSON representation of a `MetadataHistory` resource shows its structure.\n"],null,["# REST Resource: metadataHistory\n\n- [Resource: MetadataHistory](#MetadataHistory)\n - [JSON representation](#MetadataHistory.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: MetadataHistory\n-------------------------\n\nThis resource represents a set of metadata values provided for an asset.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"metadata\": { object (/youtube/partner/reference/rest/v1/Metadata) }, \"origination\": { object (/youtube/partner/reference/rest/v1/Origination) }, \"timeProvided\": string, \"kind\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `metadata` | `object (`[Metadata](/youtube/partner/reference/rest/v1/Metadata)`)` The `metadata` object contains the metadata provided by the specified source (`origination`) at the specified time (`timeProvided`). |\n| `origination` | `object (`[Origination](/youtube/partner/reference/rest/v1/Origination)`)` The `origination` object contains information that describes the metadata source. |\n| `timeProvided` | `string` The time the metadata was provided. |\n| `kind` | `string` The type of the API resource. For metadata history resources, the value is `youtubePartner#metadataHistory`. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|\n| ### [list](/youtube/partner/reference/rest/v1/metadataHistory/list) | Retrieves a list of all metadata provided for an asset, regardless of which content owner provided the data. |"]]