listScorecards
Retrieve active scorecards from DX Data Cloud's Postgres database. Use cursor and limit parameters for paginated results when managing organizational data.
Instructions
List all active scorecards. Args: cursor (str, optional): Cursor for pagination. Get from response_metadata.next_cursor in prior requests. limit (int, optional): Limit the number of scorecards per page. Must be between 1 and 50.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| limit | No |