List projects
arcane_project_listList Docker Compose projects in an environment with support for filtering, sorting, and pagination.
Instructions
List Docker Compose projects/stacks in an environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| search | No | Search query to filter projects | |
| sort | No | Column to sort by | |
| order | No | Sort direction | asc |
| start | No | Pagination start index | |
| limit | No | Items per page |