# Get all goals **GET /api/v2/goals** This endpoint will return all goals in the firm relevant to the user accessing them. ## 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 - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [accounts, visibleToCircles]. - **include_circle_goals** (boolean) When authenticated as a client, you can opt to include other goals belonging to members of circles the authenticated client is a member of as long as they have the correct circle circle login access level to do so. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[name]** (string) Filter by name. - **filter[description]** (string) Filter by description. - **filter[progress]** (string) Filter by progress. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[complete_goal_by]** (string) Filter by Complete Goal By. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[priority]** (string) Filter by priority. Can use operands such as >=, <>, > and combine as a range by providing two values separated by comma. - **filter[account_uuids]** (string) Filter by a comma separated list of account UUIDs. - **filter[circle_uuids]** (string) Filter by a comma separated list of circle UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, name, progress, complete_goal_by, priority]. 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)