added

Since filter for Issues and Occurrences endpoints

Added a new since filter parameter to both the Issues and Occurrences endpoints to filter results based on when vulnerabilities were first detected.

New filter parameter:

  • since: DateTime filter that shows only issues/occurrences with first_seen_at timestamps greater than or equal to the specified date/time
  • Accepts ISO 8601 format (e.g., 2024-01-15T10:30:00Z)
  • For Issues endpoint: Shows only issues that have new occurrences since the specified timestamp
  • For Occurrences endpoint: Shows only occurrences first seen since the specified timestamp

For more information, see the API documentation for issues and occurrences.