list_pauses
List all agent pause types, such as wrap-up and DND, with pagination support using skip and take parameters.
Instructions
List all pause types available to agents (break reasons like wrap-up, DND, etc.).
Args: skip: Pagination offset (default: 0). take: Number of records to return (default: 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| take | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |