# Get an automation execution **GET /api/v1/automation-executions/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of automation execution - **created_at** (string) Timestamp of when this execution was created - **updated_at** (string) Timestamp of when this execution was updated - **status** (string) Current status of this automation execution - **triggered_by** (string) Name of what triggered this automation execution - **steps** (array[object]) Collection of the steps in this execution - **name** (string) Name of the automation blueprint - **next_step** (object) The next step set to run - **previous_step** (object) The step that was last run - **account** (object) The account this automation execution ran for (only included when requested) [Powered by Bump.sh](https://bump.sh)