Retrieves a specific metadata template instance that has been applied to a file. This action returns the metadata key-value pairs for a particular template on a file. Use BOX_LIST_METADATA_INSTANCES_ON_FILE first to discover which templates are applied to a file if you don't kno…
scopeRequiredstringThe scope of the metadata template. Use 'global' for Box's built-in templates (e.g., 'properties', 'boxSkillsCards') or 'enterprise' for custom templates created by your organization. The API automatically resolves 'enterprise' to your enterprise ID (e.g., 'enterprise_12345').
file_idRequiredstringThe unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`.
template_keyRequiredstringThe key of the metadata template to retrieve. Common templates include 'properties' (global template for arbitrary key-value pairs), 'classification' (enterprise security classification), and custom enterprise templates. Use BOX_LIST_METADATA_INSTANCES_ON_FILE to discover which…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.