List projects
op_list_projectsLists OpenProject projects visible to your API key. Supports filtering by fields like active status or name, sorting, and pagination.
Instructions
List OpenProject projects visible to the API key. Supports OpenProject filter syntax. Common fields: "active" ("=" true/false), "name_and_identifier" ("~" substring), "parent_id" ("=" id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | ||
| sortBy | No | e.g. [["name", "asc"]] | |
| offset | No | Page number (1-based) | |
| pageSize | No | ||
| raw | No | Return full HAL response instead of summary |