List Clients Risk Summaries

Returns paginated risk summaries for all partner clients.

This endpoint supports:

  • Advanced field-level filtering using comparison operators (eq, in)
  • Cursor-based pagination for efficient navigation of large datasets
  • Selective field projection to reduce response payload size
  • Single-field sorting with ascending/descending order indicators

Use this API to obtain aggregated or filtered risk summaries across clients.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filters records by the client.tenant_id field.

Supported operators:

  • eq — exact match
  • in — list-based match

Examples:

  • filter[client.tenant_id]=Joel Tech — to filter for exact match
  • filter[client.tenant_id]=eq:Joel Tech — to filter for exact match
  • filter[client.tenant_id]=in:Joel Tech,John Tech — to filter for any match in list
string

Filters records by the client.name field.

Supported operators:

  • eq — exact match
  • in — list-based match

Examples:

  • filter[client.name]=Joel King — to filter for exact match
  • filter[client.name]=eq:Joel King — to filter for exact match
  • filter[client.name]=in:Joel King,John — to filter for any match in list
int32
1 to 200
Defaults to 50

Number of records to return per page.
Must be between 1 and 200.
Default: 50

string
^[A-Za-z0-9+/=]*$

Base64-encoded cursor value used for pagination.
Pass the cursor received from the previous response to fetch the next page.

string
^(?:[+-]|\s)?(client.tenant_id|client.name)$

Sortable field for this request.
Prefix with + for ascending or - for descending.

Available values: client.name, client.tenant_id

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json