The App Group List API retrieves all application groups from the CIRAS database.

Retrieve a list of all application groups with offset-based pagination.

Pagination: Control result size and navigate through large datasets:

  • limit: Maximum number of items to return per page (default: 100, max: 1000)
  • offset: Number of items to skip before starting to return results (default: 0, minimum: 0)

Filters: Optional query parameters to filter results:

  • name: Filter by application group name (substring/contains match, case-insensitive)
  • $filter: OData-style expression. Match if name, source, or system contains the term (OR). Example: (contains(tolower(name), 'example')) or (contains(tolower(source), 'example')) or (contains(tolower(system), 'example')). Use query key $filter (URL-encode as %24filter). When present, overrides name for name/source/system conditions.
  • system: Filter by system name (exact match)
  • source: Filter by source (exact match)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter by application group name (substring/contains match, case-insensitive)

string

OData-style $filter. Match if name, source, or system contains the term (OR). Substring match, case-insensitive.
Example: (contains(tolower(name), 'example')) or (contains(tolower(source), 'example')) or (contains(tolower(system), 'example')).
Use query parameter name $filter (encode as %24filter in URL). When provided, overrides name for these conditions.

integer
1 to 1000
Defaults to 100

Maximum number of items to return per page

integer
≥ 0
Defaults to 0

Number of items to skip before starting to return results

string

Filter by system name

string

Filter by source

string
enum

Filter by protectableAssetDiscoveryState.
Use a value (e.g. DISCOVERED_RPO) for equality, or prefix with ! for exclusion (e.g. !DISCOVERED_RPO).

Allowed:
Responses

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