# Get all Actions belonging to an account **GET /api/v2/portal/actions** Get all related actions for the referenced account uuid (see header) ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **filter[completed]** (string) affects whether to include actions which have been completed. Valid options are "exclude", "include", "only". (default: "exclude") - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)