action docusign_connect_failures_get_connect_logs { label: "Gets the Connect failure log information." description: "Retrieves the Connect failure log information.\n\n\nTo use this method, you must be an account administrator\nand Connect must be enabled on your account.\n\n\nUse this method to determine which envelopes failed to post.\nYou can then use\n[ConnectEvents: retryForEnvelopes][retry]\nto create a republish request.\n\n[retry]: /docs/esign-rest-api/reference/connect/connectevents/retryforenvelopes/" provider: docusign method: GET path: "/v2.1/accounts/{accountId}/connect/failures" encoding: json input: { type: "object" properties: { accountId: { type: "string" } from_date: { type: "string" } to_date: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }