list_okr_progress_records
Retrieve progress record IDs for a given OKR by extracting them from objective and key result lists. Full content can be read with progressRecord.get.
Instructions
[Official API + UAT, v1.3.7] List progress records for an OKR. Feishu has no native list endpoint — this tool calls get_okrs internally and walks the objective_list / kr_list to extract progress_record IDs (with their target_id and target_type). To read a record's full content, you currently need progressRecord.get (not yet wrapped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| okr_id | Yes | OKR ID (from list_user_okrs). | |
| user_id_type | No | Pass-through to get_okrs (default open_id) |