list_project_news
Retrieve project news with pagination support. Specify project ID and control results using offset and limit parameters.
Instructions
Lists news of a specific project with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (numeric) or identifier (string) | |
| offset | No | Number of items to skip (default 0) | |
| limit | No | Number of items per page (default 25, max 100) |