Get Operators
get_operatorsRetrieve all Tidio operators, the agents who manage tickets and customer contacts. Supports pagination to navigate large lists.
Instructions
Get all operators from Tidio. Operators are agents that manage tickets and contact with customers. Operator can be assigned to tickets.
This endpoint supports pagination. If the response contains meta.cursor with a non-null value, there are more results available. Pass that cursor value to the next request to fetch the next page. When meta.cursor is null, you've reached the end of the list.
Args: cursor (str, optional): Pagination cursor from previous response. Use the value from meta.cursor to fetch the next page of results.
Returns: Dict: A dictionary containing operator information and pagination metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No |