Skip to main content
Version: Version 26.3

Retrieve paginated list of report groups for an organization

GET 

/v1/organizations/:organization_id/reporting-groups

Retrieve a paginated list of report groups belonging to the specified organization. Supports filtering and sorting on report group properties. Filters are provided as a JSON string following the AST structure of FilterNode. Results are returned in pages with pagination metadata.

Request

Responses

Paginated list of report groups successfully retrieved. The response includes pagination metadata and the report group data array.