Skip to main content
GET
TypeScript

Query Parameters

pageCursor
string

Cursor indicating the page position. Omit to fetch the first page.

pageSize
integer
default:10

Number of results per page

Required range: 1 <= x <= 100
severity
enum<string>

Filter by severity level

Available options:
INFO,
LOW,
MEDIUM,
HIGH
category
enum<string>

Filter by finding category

Available options:
USER_MANAGEMENT,
ACCESS_CONTROL,
ADMIN_MANAGEMENT,
SECURITY,
CONFIGURATION,
APPROVAL_GROUP_MANAGEMENT,
POLICY_ENGINE_UTILIZATION,
WORKSPACE_CONFIGURATION,
DEFI_ACCESS,
FLEET_MANAGEMENT
status
enum<string>

Filter by finding status

Available options:
OPEN,
ACCEPTED,
RESOLVED

Response

A paginated list of FSPM findings

A paginated list of FSPM findings

data
object[]
required

List of FSPM findings for the current page.

Example:
total
integer
required

Total number of findings matching the query.

Example:

42

next
string

Cursor for the next page of results, omitted when there are no more results.

Example:

"eyJzZXZlcml0eVJhbmsiOjMsImNyZWF0ZWRBdCI6IjIwMjYtMDctMTRUMTA6MDU6NTYuMDAwWiIsImlkIjoiYjJmZTkwYjItMWZlMy00ZTczLTg1YTItNjZlMTlmN2RhYzY2In0="