List Clients Evidence Summaries

Returns paginated evidence summaries for all partner clients.

This endpoint supports:

  • Cursor-based pagination
  • Sorting
  • Filtering

Use Cases:

  • Retrieve evidence summaries across all MSP clients
  • Build partner-level dashboards
  • Analyze evidence completeness across multiple tenants
  • Paginate large evidence summary datasets
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filters evidence summaries by client.id.

Supported operators:

  • eq
  • in

Examples:

  • filter[client.id]=0bd019eb-8114-45d5-945d-c3a65dee — to filter for exact match
  • filter[client.id]=eq:0bd019eb-8114-45d5-945d-c3a65dee — to filter for exact match
  • filter[client.id]=in:0bd019eb-8114-45d5-945d-c3a65dee —to filter for any match in list
string

Filters evidence summaries by client.tenant_id.

Examples:

  • filter[client.tenant_id]=scal1 — to filter for exact match
  • filter[client.tenant_id]=eq:scal1 — to filter for exact match
  • filter[client.tenant_id]=in:scal1,cont2,mont —to filter for any match in list
string

Filters evidence summaries by client.name.

Examples:

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

Number of records per page (default 50, maximum 200).

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

Opaque Base64-encoded pagination cursor for fetching the next page.

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

Sort evidence summaries by a single field.

Format:

  • field or +field: ascending
  • -field: descending

Allowed fields:

  • client.tenant_id
  • client.name

Examples:

  • sort=client.tenant_id
  • sort=+client.tenant_id
  • sort=-client.name
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