searchCommunicationsByAgent
Search communications by agent ID with optional filters for time range, type, and pagination to find specific agent interactions.
Instructions
Search communications by agent with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | Agent ID to filter by | |
| startTime | No | Start time filter (ISO 8601) | |
| endTime | No | End time filter (ISO 8601) | |
| type | No | Communication type | |
| offset | No | Pagination offset | |
| limit | No | Max number of results to return |