# Get an Email Rule **GET /email_rules/{email_rule_id}** Retrieve an existing Email Rule request ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Path parameters - **email_rule_id** (integer) email_rule_id parameter ## Responses ### 200 Successful Email Rule get response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **created_at** (string) - **email_notification_id** (string) - **id** (integer) - **recipients** (array[string]) - **updated_at** (string) ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)