operationId: security_list_settings
summary: List Settings
description: To list CSPM scan settings, send a GET request to `/v2/security/settings`.
tags:
- Security
parameters:
- $ref: '../../shared/parameters.yml#/per_page'
- $ref: '../../shared/parameters.yml#/page'
responses:
'200':
$ref: 'responses/settings.yml'
'401':
$ref: '../../shared/responses/unauthorized.yml'
'404':
$ref: '../../shared/responses/not_found.yml'
'429':
$ref: '../../shared/responses/too_many_requests.yml'
'500':
$ref: '../../shared/responses/server_error.yml'
default:
$ref: '../../shared/responses/unexpected_error.yml'
x-codeSamples:
- $ref: 'examples/curl/security_settings_list.yml'
security:
- bearer_auth:
- 'security:read'