resend.getLog({ logId }) retrieves request and response details for one Resend API log.
automations/get-resend-log.automation.ts
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve one Resend API request log.
resend.getLog({ logId }) retrieves request and response details for one Resend API log.
import { automation } from "automate.ax"
import { resend } from "automate.ax/resend"
export default automation("Get Resend log", () => {
resend.getLog({ logId: "80df8f31-bd01-4a63-a60b-9a97b9da18e7" })
})