Get Automation
get-automationInspect email automation workflows by retrieving full details of a specific automation or listing all automations with optional status filters and pagination.
Instructions
Purpose: Get details of a specific automation (with its workflow) or list all automations.
Modes:
With
id: Returns full automation details including the workflow definition.Without
id: Lists all automations with optional status filter and pagination.
When to use:
User asks "show me my automations" or "what automations do I have?"
User wants to inspect a specific automation's workflow
Before update-automation, to see the current workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Automation ID or Resend dashboard URL (e.g. https://resend.com/automations/<id>). If omitted, lists all automations. | |
| after | No | Cursor for forward pagination (for list mode). | |
| limit | No | Number of automations to retrieve (for list mode). | |
| before | No | Cursor for backward pagination (for list mode). | |
| status | No | Filter by status (for list mode only). |