zendesk_qa_workspace_reviews
Retrieve reviews for a Zendesk QA workspace by providing workspace ID and start date. Supports optional end date, pagination, and page size.
Instructions
Get reviews for a specific Zendesk QA workspace within a date range. Requires ZENDESK_QA_API_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | The ID of the workspace | |
| fromDate | Yes | Start date in ISO format (required) | |
| toDate | No | End date in ISO format | |
| page | No | Page number for pagination | |
| pageSize | No | Number of items per page |