v1
latestSwagger 2.02026-08-06114161439.7 KBAn array of scorecards
Retrieves scorecards accessible to the authenticated user based on organizational access permissions. Returns scorecard metadata including names, IDs, group access settings, creation details, and importance levels. Supports pagination and filtering.
Query parameters
Maximum number of records to return per page. Integer, default 100, max 2000, min 1.
Number of records to skip from the start of the result set. Integer, default 0, max 100000, min 0. Use with limit for pagination.
Comma separated list of field column name with conditional (=, !=, <=, >=, >, <, like) followed by the value to compare against, Please make sure to add spaces after and before while using "like" operator example "call_flow_name like test_name". Can be any field included in the set of returned fields except group_access. All definitions as a whole must be URL encoded
Response
Scorecard metadata including names, identifiers, permissions, and creation details