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