# Get all Blueprint Steps on an automation blueprint **GET /api/v1/automation-blueprints/{automationBlueprint_uuid}/blueprint-steps** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **automationBlueprint_uuid** (string) ### Query parameters - **include** (string) included relations - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, name]. Negative sign to denote DESC. Defaults to 'created_at'. - **per_page** (integer) the amount of audits per page (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)