List Swarm services
arcane_swarm_list_servicesList Docker Swarm services in a specific environment with pagination, search, and sorting options. Retrieve services using environment ID and optional filters.
Instructions
List Docker Swarm services in an environment with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| search | No | Search query to filter services | |
| sort | No | Column to sort by | |
| order | No | Sort direction | asc |
| start | No | Pagination start index | |
| limit | No | Items per page |