Input Schema
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
organizationId | string | - | Filter by organization |
search | string | - | Search in project names and descriptions |
page | number | 1 | Page number |
limit | number | 20 | Items per page (max 100) |
Response
| Field | Type | Description |
|---|---|---|
items | array | Array of project objects |
items[].id | string | Unique project identifier |
items[].name | string | Display name of the project |
items[].description | string | Project description |
items[].organizationId | string | Parent organization ID |
pagination | object | Pagination metadata |
pagination.page | number | Current page number |
pagination.limit | number | Items per page |
pagination.total | number | Total number of items |
pagination.pages | number | Total number of pages |
