list_pan_elements
Retrieve elements and folders from the Private API Network using filters like type, time range, creator, name, and summary. Sort and paginate results as needed.
Instructions
Get all elements and folders in Private API Network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Return only results created since the given time (ISO 8601) | |
| until | No | Return only results created until this given time (ISO 8601) | |
| addedBy | No | Return only elements published by the given user ID | |
| name | No | Return only elements whose name includes the given value | |
| summary | No | Return only elements whose summary includes the given value | |
| description | No | Return only elements whose description includes the given value | |
| sort | No | Sort field | |
| direction | No | Sort direction | |
| offset | No | Number of results to skip | |
| limit | No | Maximum number of results to return | |
| parentFolderId | No | Return elements in specific folder. Use 0 for root folder. | |
| type | No | Filter by element type |