search_programs
Search for program lists by name, status, creator, or creation date to manage related projects collectively.
Instructions
[Project Management] Search for Yunxiao Program (Project Set) List. A Program is a collection of multiple related projects, used for unified management and coordination of large projects.
Use Cases:
Query programs by name Query programs by status Query programs by creator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| name | No | Name search (fuzzy matching) | |
| status | No | Status identifiers (supports multiple, separated by commas) | |
| gmtCreateStart | No | Creation time start (format: yyyy-MM-dd HH:mm:ss) | |
| gmtCreateEnd | No | Creation time end (format: yyyy-MM-dd HH:mm:ss) | |
| creator | No | Creator identifier (supports multiple, separated by commas) | |
| users | No | User identifiers (supports multiple, separated by commas, used for extraConditions) | |
| page | No | Pagination parameter, page number, default is 1 | |
| perPage | No | Pagination parameter, page size, 0-200, default is 20 | |
| orderBy | No | Sort field, currently only supports name and creation time, default is gmtCreate. gmtCreate: creation time, name: name | gmtCreate |
| sort | No | Sort order, default is desc. desc: descending, asc: ascending | desc |