listInitiatives
Retrieve and filter organizational initiatives with summary details, supporting pagination, priority levels, and tag-based filtering.
Instructions
Lists all initiatives with summary information.
Args: cursor (str, optional): Cursor for pagination. Get from response_metadata.next_cursor in prior requests. limit (int, optional): Limit the number of initiatives per page. Maximum 100, defaults to 50. published (bool, optional): Filter by published status. priority (int, optional): Filter by priority (0-2, lower numbers are more urgent). tags (str, optional): Comma-separated tags to filter by.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| limit | No | ||
| published | No | ||
| priority | No | ||
| tags | No |