list_activities
Find standalone activity executions by query filter, with limit and skip for paginated results.
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"') |