action contract_p_get_inbox_resource { label: "Get Inbox attributes" description: "Get the given inbox attributes\n\n**Permission required:** view_list" provider: contract_p method: GET path: "/inboxes/{inbox_id}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "object" } }