Get available filters for a provided entity.
GET
/v1/filters/{org_uuid}/{entity}
Get Filters for Entity
Retrieve all available filters for a given entity, with distinct values for pre-filling.
Fields per entity:
- alerts:
- severity
- assignee
- stacks:
- deployment_status
- drift_status
- meta_tag
- policy_severity
- repository
- target
- status
- resources:
- extracted_account
- policy_severity
- provider
- repository
- status
- target
- technology
- type
Access
- Members of the organization with any role.
Authorizations
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"entity*
only select stacks with specific status e.g. for dashboard view.
Typestring
RequiredEnum
"alerts""resources""stacks"default
"stacks"Responses
OK
application/json
JSON
{
"additionalProperties": [
]
}