# Get company risk insights This endpoint will return data and information about risk insights of the company. Endpoint: GET /v2/risk_insights/company Version: 2 Security: bearer ## Query parameters: - `limit` (number) Number of records to return in the response - `sortBy` (array) Name of the field to sort by - `sortDirection` (string) The direction of the field sort specified by sort_by Enum: "ASC", "asc", "1", "DESC", "desc", "-1" - `next_token` (string) Token received from a previous request to obtain the next chunk of data - `fields` (string) Fields to include in response Enum: "impact_on_my_company", "impact_on_direct_suppliers", "date_added", "last_update", "insight_status", "event_id", "event_type", "event_date", "event_title", "event_links" ## Response 200 fields (application/json): - `impact_on_my_company` (boolean) - `impact_on_direct_suppliers` (array) - `date_added` (string) - `last_update` (string) - `insight_status` (string) Enum: "new", "in_progress" - `event_id` (string) - `event_type` (string) Enum: "vulnerability", "breach", "news", "zero" - `event_date` (string) - `event_title` (string) - `event_links` (object) - `event_links.NIST` (string) - `event_links.Additional Information` (string) ## Response 401 fields ## Response 403 fields ## Response 429 fields