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