action tradematic_get_cloud_accounts_accountid { label: "Get trading account by ID" description: "Get trading account by ID" provider: tradematic method: GET path: "/cloud/accounts/{accountid}" encoding: json input: { type: "object" properties: { accountid: { type: "string" } } required: ["accountid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }