Summary: Get All Projects Description: Get All Projects

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

Search across text fields: name, description, organization, owner, application
Uses case-insensitive partial matching (ILIKE).

int32

Filter by minimum number of datastores (inclusive).

int32

Filter by maximum number of datastores (inclusive).

int32

Filter by minimum number of violations (inclusive).

int32

Filter by maximum number of violations (inclusive).

int32

Filter by minimum number of vulnerabilities (inclusive).

int32

Filter by maximum number of vulnerabilities (inclusive).

filter.data_classifications
array of strings

Filter by data classifications (OR logic - projects containing ANY of these classifications)
Examples: "Confidential", "Financial", "Personal", "PII", "PHI", "PCI".

filter.data_classifications
string

Filter by policy ID (exact match).

string

Filter by owner (exact match on owner_name field).

string
enum
Defaults to PROJECT_ORDER_BY_UNSPECIFIED

Sort order for the results (default: created_at DESC if unspecified).

  • NAME_ASC: name (string)
  • ORGANIZATION_ASC: organization (string)
  • OWNER_ASC: owner (string)
  • ENVIRONMENT_ASC: environment (string)
  • APPLICATION_ASC: application (string)
  • NUM_DATASTORES_ASC: num_datastores (int32)
  • LATEST_SCAN_ASC: latest_scan (Timestamp)
  • FIRST_DISCOVERED_ASC: first_discovered (Timestamp)
  • CREATED_AT_ASC: created_at (Timestamp)
  • UPDATED_AT_ASC: updated_at (Timestamp)
  • DATA_CLASSIFICATION_COUNT_ASC: data_classifications (repeated message) - sort by COUNT
  • VIOLATION_COUNT_ASC: violation_ids (repeated string) - sort by COUNT
  • VULNERABILITY_COUNT_ASC: vulnerabilities (repeated string) - sort by COUNT
int32

Page number (1-based). Default: 1.

int32

Number of items per page. Default: 50.

Responses

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