Secret Detectors
List secret detectors
List secret detectors.
get/v1/secret_detectors
Query parameters
cursorstring
Pagination cursor.
per_pageinteger
Number of items to list per page.
is_activeboolean
Filter only active or inactive detectors.
Example:true
type'specific' | 'generic' | 'custom'
Filter detectors on their type.
Example:generic
searchstring
Example:aws
ordering'name' | '-name'
Sort the results by their field value. The default sort is ASC, DESC if the field is preceded by a '-'.
Response
List of Secret Detectors
Example response
[
{
"name": "aws_iam",
"display_name": "AWS Keys",
"type": "specific",
"category": "Cloud Provider",
"is_active": true,
"checkable": true,
"open_incidents_count": 17,
"ignored_incidents_count": 9,
"resolved_incidents_count": 42
}
]