getInitiativeDetails
Retrieve comprehensive initiative information and progress reports from organizational data by providing the initiative ID.
Instructions
Get initiative details including both the initiative info and its progress report.
Note: This calls two endpoints:
initiatives.info
initiatives.progressReport
Args: id (str): Initiative public ID. entity_type_identifiers (str, optional): Passed through to initiatives.progressReport. limit (int, optional): Passed through to initiatives.progressReport. Maximum 100, defaults to 50. cursor (str, optional): Passed through to initiatives.progressReport.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| entity_type_identifiers | No | ||
| limit | No | ||
| cursor | No |