clm_list_material_handovers
Retrieve material handover summaries for a site, filtered by status and date range, to track progress and identify handovers requiring attention.
Instructions
List material handover summaries for a site, filtered by status and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Only include these top-level fields in each returned row. | |
| status | Yes | Handover status filter — required and must be non-empty (the API rejects null/blank), and matched as a literal value, not a wildcard: 'All' is accepted without a validation error but matches zero handovers (confirmed live: TotalCount=0 against a site with 35 real handovers). Not documented as an enum in the spec; 'InProgress' is confirmed live to filter correctly (returned all 35 matching handovers on that same site). Other candidate values ('Open', 'Completed', 'Pending', 'Draft', 'Closed') were accepted without a validation error but their filtering semantics were not confirmed against real data. | |
| site_id | No | Site to query. Defaults to the authenticated caller's own site. | |
| end_date | Yes | End of the date window. | |
| start_date | Yes | Start of the date window. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| note | No | ||
| returned | Yes | ||
| truncated | Yes | ||
| total_count | No |