# Get company Cyber-News articles This endpoint will return data and information about Cyber-News articles of the company. Endpoint: GET /v2/cyber-news-articles 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 - `date_range_from` (string) A starting date for range filter in the format YYYY-MM-DD (define also 'date_range_to') - `date_range_to` (string) An ending date for range filter in the format YYYY-MM-DD (define also 'date_range_from') - `period` (string) Specifies the time range for filtering articles. Defaults to the last 24 hours if not provided. Enum: "LAST_DAY", "LAST_WEEK", "LAST_MONTH", "LAST_YEAR", "ALL" ## Response 200 fields (application/json): - `company_id` (string) - `source` (string) - `source_date` (string) - `link` (string) - `tags` (array) - `title` (string) - `description` (string) - `type` (string) - `notification_ts` (boolean) - `risk_insights_event_id` (boolean) ## Response 401 fields ## Response 403 fields ## Response 429 fields