# Get all risks **GET /api/v2/risks** This endpoint will return all risks 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 - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[level]** (integer) Filter by the numeric level value. Whole number between 1 and 1,000. - **filter[level_string]** (string) Filter by the string/text version of risk level of the client. - **filter[completed_after]** (string) Date (with optional time) to filter when the record was created after. - **filter[completed_before]** (string) Date (with optional time) to filter when the record was created before. - **filter[risk_assessment_provider]** (string) Filter by the name of provider for the risk assessment. - **filter[time_horizon_set_after]** (string) Date (with optional time) to filter when the record was created after. - **filter[time_horizon_set_before]** (string) Date (with optional time) to filter when the record was created before. - **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. - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [account, completed_by]. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, level, level_string, completed_at, risk_assessment_provider, time_horizon_set_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)