list_projects
Retrieve a list of accessible Polarion projects. Use to obtain project IDs for subsequent operations. Supports optional Lucene filtering with trailing wildcards.
Instructions
List Polarion projects the authenticated user can access.
Use this to discover project IDs for other tools. Polarion's Lucene
supports trailing wildcards (name:ILCU*) but rejects leading
wildcards (*foo*) with HTTP 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional Lucene filter (e.g. 'name:ILCU*'); trailing wildcards only. | |
| page_size | No | Number of projects per page (1-100, default 100). | |
| page_number | No | Page number to retrieve (1-based, default 1). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| has_more | No | True if more pages follow. |