Get Project Custom Fields
project_get_custom_fieldsRetrieve custom field definitions for a project with pagination. Returns items, total, page, and size for chunked fetching.
Instructions
Get custom field definitions for a project with pagination. Returns { items, total, page, size } for chunked fetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index | |
| size | No | Page size (max 500, default 50) | |
| projectId | Yes | Project ID |