slide_list_accounts
List Slide billing accounts with optional filters by creation date, pagination, and sorting to identify top-level MSP/reseller entities.
Instructions
List Slide accounts (the top-level MSP/reseller billing entities), filterable by creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "name". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| created_after | No | Filter results to after a specific creation timestamp (RFC3339 format). | |
| created_before | No | Filter results to before a specific creation timestamp (RFC3339 format). |