Query Parameters
Sort by field
Datetime filter, only return issues where the state was updated since this datetime. Example format: 2021-01-01T00:00:00+00:00
Datetime filter, only return issues where the first seen since this datetime. Example format: 2021-01-01T00:00:00+00:00
Datetime filter, only return issues where the last seen since this datetime. Example format: 2021-01-01T00:00:00+00:00
Issue severity filter, comma separated
Issue state filter, comma separated
Issue type filter, comma separated. If starts with !, it will be negated
"vulnerability,license"
"!license"
Issue IDs filter, comma separated. Max 100 IDs
Enable cursor based pagination instead of default offset-based pagination
Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00
Limit size (page size)
x >= 0Offset index (starting index of page)
x >= 0Skips returning the total rows, total is set to null when true
Skip token to continue from the last item in the previous page
Response
Successful Response