listEntities
Retrieve and filter entities from a software catalog by type or search term, with pagination support for managing large datasets.
Instructions
List entities from the DX software catalog.
Args: search_term (str, optional): Search term to filter by. type (str, optional): Filter entities by type (e.g., 'service', 'team', etc.). cursor (str, optional): Cursor for pagination. Get from response_metadata.next_cursor in prior requests. limit (int, optional): Number of entities per page - if present, must be between 1 and 50.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_term | No | ||
| type | No | ||
| cursor | No | ||
| limit | No |