List all risk insights

Get a paginated list of all risk insight analyses in your Belvo account. By default, we return up to 100 results per page.

🔦 Filterable fields

Please see the query list below for a list of fields that you can filter your responses by. For more information on how to use filters, see our Filtering responses article.

# Filtering results so that you get the risk insights of one link:
https://sandbox.belvo.com/api/risk-insights/?link=89c91f42-df34-4c5d-a4f1-6e1e40438af4

// Filtering results so that you get the risk insights of one link:
client. riskInsights.list({
  filters: {
    account: "89c91f42-df34-4c5d-a4f1-6e1e40438af4"
  }
})

# Filtering results so that you get the risk insights of one link:
client. RiskInsights.list(link="89c91f42-df34-4c5d-a4f1-6e1e40438af4")

# Filtering results so that you get the risk insights of one link:
client. risk_insights.list(params: {
  link: "89c91f42-df34-4c5d-a4f1-6e1e40438af4"
})
Language
Authentication
Basic
base64
:
URL
Click Try It! to start a request and see the response here!