# Get all automation executions for an automation blueprint **GET /api/v1/automation-executions** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[client_uuids]** (string) Filter by a comma separated list of client UUIDs. - **filter[account_uuids]** (string) Filter by a comma separated list of account UUIDs. - **include** (string) Include relationships. Valid values are [account]. - **sort** (string) Field to sort by. Valid fields are [created_at ]. Negative sign to denote DESC. Defaults to 'name'. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)