action box_get_metadata_templates_enterprise { label: "List all metadata templates for enterprise" description: "Used to retrieve all metadata templates created to be used specifically within\nthe user's enterprise" provider: box method: GET path: "/metadata_templates/enterprise" encoding: json input: { type: "object" properties: { limit: { type: "integer" format: "int64" } marker: { type: "string" } } additionalProperties: false } output: { type: "object" description: "A list of metadata templates" } }