action contract_p_get_format_tag_fields_resource { label: "Get tags values" description: "Get the tag fields values bound to the given scope.\n\nScope can be an inbox or a project\n\n\n**Permission required:** edit_format_settings / review" provider: contract_p method: GET path: "/formats/{scope}/tag_fields" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "object" properties: { tag_fields: { type: "object" } } } }