list_activities
List standalone activity executions filtered by a query, with options to limit results and skip for pagination.
Instructions
List standalone activity executions based on a query. Specify 'limit' to control results and 'skip' for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | List filter query (e.g., 'TaskQueue = "my-task-queue"') | |
| limit | No | Maximum number of results to return (default: 100) | |
| skip | No | Number of results to skip for pagination (default: 0) |