action docusign_accounts_get_account { label: "Retrieves the account information for the specified account." description: "Retrieves the account information for the specified account." provider: docusign method: GET path: "/v2.1/accounts/{accountId}" encoding: json input: { type: "object" properties: { accountId: { type: "string" } include_account_settings: { type: "string" } include_trial_eligibility: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }