action docusign_apirequest_log_get_request_logs { label: "Gets the API request logging log files." description: "Retrieves a list of log entries as a JSON or XML object or as a zip file containing the entries.\n\nIf the Accept header is set to `application/zip`, the response is a zip file containing individual text files, each representing an API request.\n\nIf the Accept header is set to `application/json` or `application/xml`, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below. " provider: docusign method: GET path: "/v2.1/diagnostics/request_logs" encoding: json input: { type: "object" properties: { encoding: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }